Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-02-16 18:40:14 -05:00 committed by GitHub
parent eb28b2cea7
commit 01c5436976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -59,11 +59,11 @@ apt-get install -y mariadb-server &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Adminer... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Adminer... \e[0m"
sudo apt install adminer -y &>/dev/null sudo apt install adminer -y &>/dev/null
sudo service apache2 stop
mkdir /var/log/apache2
chmod 750 /var/log/apache2
chown root:adm /var/log/apache2
sudo a2enconf adminer &>/dev/null sudo a2enconf adminer &>/dev/null
mkdir /root/var/log/apache2
chmod 750 /root/var/log/apache2
chown root:adm /root/var/log/apache2
sudo systemctl reload apache2 &>/dev/null sudo systemctl reload apache2 &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m" echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"