Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2d001c10fa090fcd05edfd71fb74e42d6f6a846f?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update mariadb_setup.sh

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

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.