Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-02-16 17:53:11 -05:00 committed by GitHub
parent bb0bc8eef6
commit 2d001c10fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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