1
0
Fork 0
1Panel-Appstore/oceanbase/4.3.5/scripts/uninstall.sh

8 lines
162 B
Bash

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