appstore-1panel/apps/oceanbase/4.3.0/scripts/uninstall.sh
renovate[bot] a5f2e35262
chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 (#1194)
* chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2024-04-02 17:00:06 +08:00

7 lines
151 B
Bash

source ./.env
LOG='./uninstall.log'
HOME_PATH=`realpath $PWD/data/ob/`
echo "remove $HOME_PATH" >> $LOG
rm -fr $PWD/data/ob/ 2>&1 >> $LOG || exit 10