From bb0bc8eef6a04fddbcf2b8dcb400f0c92dd6e397 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Feb 2022 17:39:23 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index b73ec487..af8d80ee 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -60,7 +60,7 @@ 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 a2enconf adminer &>/dev/null -mkdir /var/log/apache2 +#mkdir /var/log/apache2 chmod 750 /var/log/apache2 chown root:adm /var/log/apache2 sudo systemctl reload apache2 &>/dev/null