Changed pma port to 8080

I also that systemctl stuff is echoed and not wgeted
This commit is contained in:
2023-01-30 09:05:00 -08:00
parent 7054ab4815
commit cc987eac61
4 changed files with 76 additions and 6 deletions

View File

@ -18,7 +18,8 @@ do
done
sudo apt remove phpmyadmin -y
sudo apt-get autoremove -y
rm -rf /usr/share/phpmyadmin/
sudo rm -rf /usr/share/phpmyadmin/
sudo rm -rf /etc/apache2/sites-enabled/phpmyadmin.conf
sudo systemctl restart apache2
while true