forgot to remove testing grep

This commit is contained in:
Sophia Atkinson 2023-08-31 20:12:12 -07:00
parent bf3e3609fa
commit d74e431019
1 changed files with 1 additions and 1 deletions

View File

@ -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/