diff --git a/scripts/pmauninstall.sh b/scripts/pmauninstall.sh index 99c21a5..c112816 100644 --- a/scripts/pmauninstall.sh +++ b/scripts/pmauninstall.sh @@ -20,7 +20,7 @@ done if [ "$go" == 'no' ]; then exit fi -sudo systemctl stop apache2 && sudo systemctl disable apache2 +sudo systemctl stop apache2 sudo apt remove apache2 apache2-utils -y sudo rm -rf /etc/apache2 sudo apt-get autoremove -y