1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-01 11:20:30 +08:00
1Panel-Appstore/oceanbase/4.3.5/scripts/uninstall.sh
2025-06-06 17:25:30 +08:00

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