Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9b88ec64626d99412bd1effcc90619609b4fedbd?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
7 deletions
@ -23,17 +23,15 @@ function msg() {
local TEXT = " $1 "
local TEXT = " $1 "
echo -e " $TEXT "
echo -e " $TEXT "
}
}
echo -e " ${ CHECKMARK } \e[1;92m Setting up Container OS... \e[0m "
sed -i " / $LANG / s/\(^# \)// " /etc/locale.gen
locale-gen >/dev/null
sleep 3
while [ " $( hostname -I) " = "" ] ; do
while [ " $( hostname -I) " = "" ] ; do
echo -e " ${ CROSS } \e[1;31m No network: \e[0m $( date) "
echo -e " ${ CROSS } \e[1;31m No network: \e[0m $( date) "
sleep 3
sleep 3
done
done
echo -e " ${ CHECKMARK } \e[1;92m Network connected: \e[0m $( hostname -I) "
echo -e " ${ CHECKMARK } \e[1;92m Network connected: \e[0m ( $( hostname -I) ) "
echo -e " ${ CHECKMARK } \e[1;92m Setting up Container OS... \e[0m "
sed -i " / $LANG / s/\(^# \)// " /etc/locale.gen
locale-gen >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Updating Container OS... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Updating Container OS... \e[0m "
apt update & >/dev/null
apt update & >/dev/null
apt-get -qqy upgrade & >/dev/null
apt-get -qqy upgrade & >/dev/null