forgot to remove testing grep
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user