From 9ccb04786beaf2e8afcfab67c14e786af3a7679a Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 10:16:07 -0700 Subject: [PATCH] Update 'scripts/pmauninstall.sh' --- scripts/pmauninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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