Update install.sh

This commit is contained in:
midoks 2022-09-26 21:00:52 +08:00
parent b7902ae2d0
commit 796c19b5dc
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ Install_App()
Uninstall_App()
{
cd ${rootPath} && python3 ${rootPath}/plugins/imail/index.py initd_uninstall
cd ${rootPath} && python3 ${rootPath}/plugins/imail/index.py stop
rm -rf $serverPath/imail
echo "install fail" > $install_tmp
}