fix uninstaller

This commit is contained in:
joglomedia
2019-07-12 07:24:23 +07:00
parent 7de3b9b19d
commit 16a098f1fe

View File

@@ -385,6 +385,8 @@ case $1 in
# Remove unnecessary packages
echo -e "\nClean-up unnecessary packages..."
run apt-get autoremove -y
echo -e "\nLEMP stack has been removed completely.\n"
;;
--help)
echo "Please read the README file for more information!"