From d74e4310191d089f6d18bffc34f042dee766aa8c Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 31 Aug 2023 20:12:12 -0700 Subject: [PATCH] forgot to remove testing grep --- scripts/pmauninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmauninstall.sh b/scripts/pmauninstall.sh index 6516244..bacaa40 100644 --- a/scripts/pmauninstall.sh +++ b/scripts/pmauninstall.sh @@ -25,7 +25,7 @@ sudo systemctl restart apache2 fi -if [ -n "$(dpkg --get-selections | grep nginx install)" ]; then +if [ -n "$(dpkg --get-selections | grep nginx)" ]; then sudo apt remove phpmyadmin -y sudo apt-get autoremove -y sudo rm -rf /usr/share/phpmyadmin/