Update install.sh

This commit is contained in:
midoks 2022-06-13 12:38:34 +08:00
parent 949f8dd4a5
commit 337fcdc8f4
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ Install_app()
Uninstall_app()
{
# apt remove mongodb -y
rm -rf $serverPath/mongodb
echo "Uninstall_mongodb" > $install_tmp
}