mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update mariadb_setup.sh
This commit is contained in:
parent
fbe5802ce4
commit
07912e124a
@ -59,9 +59,6 @@ apt-get install -y mariadb-server &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Adminer... \e[0m"
|
||||
sudo apt install adminer -y &>/dev/null
|
||||
sudo service apache2 stop
|
||||
chmod 750 /var/log/apache2
|
||||
chown root:adm /var/log/apache2
|
||||
sudo a2enconf adminer &>/dev/null
|
||||
sudo systemctl reload apache2 &>/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user