From 07912e124a80df824ac33cd94d09d459ea59ab1d Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Feb 2022 19:14:47 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index f53229cf..455e6e34 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -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