mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 19:08:48 +08:00
b12b858fe5
* feat: support oceanbase-ce * chore: update version to 4.2.1 --------- Co-authored-by: 玉楼 <rongfeng.frf@alibaba-inc.com>
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 |