appstore-1panel/apps/oceanbase/4.2.1/scripts/uninstall.sh
2024-04-03 10:58:54 +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