Update install.sh

This commit is contained in:
Mr Chen 2025-03-01 22:17:31 +08:00
parent b3e2c8d9df
commit 172ca05efa
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Install_App()
mkdir -p $serverPath/webhook
echo "${VERSION}" > $serverPath/webhook/version.pl
echo '安装完成'
which mw && mw restart
}
Uninstall_App()