mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-14 13:51:56 +08:00
a5f2e35262
* 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>
7 lines
151 B
Bash
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 |