mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-23 05:39:39 +08:00
8 lines
162 B
Bash
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
|