From 2d001c10fa090fcd05edfd71fb74e42d6f6a846f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Feb 2022 17:53:11 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index af8d80ee..5f838497 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -60,10 +60,11 @@ 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 +sudo systemctl reload apache2 &>/dev/null +mkdir -p /var/log/apache2 chmod 750 /var/log/apache2 chown root:adm /var/log/apache2 -sudo systemctl reload apache2 &>/dev/null +service apache2 start echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m" rm /etc/motd