mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-23 06:59:41 +08:00
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 |