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