Update mariadb_setup.sh

pull/40/head
tteckster 3 years ago committed by GitHub
parent b7badade56
commit 890a74e09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,9 @@ 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
chmod 750 /var/log/apache2
chown root:adm /var/log/apache2
sudo systemctl reload apache2 &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.