Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4bebe0a0d4beed4ac28abbc717492dcc77f0e37a?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
6 deletions
@ -58,18 +58,18 @@ while [ "$(hostname -I)" = "" ]; do
exit 1
fi
done
msg_ok "Set ting up Container OS"
msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
msg_info "Updating Container OS"
apt update & >/dev/null
apt-get -qqy upgrade & >/dev/null
msg_ok "Updat ing Container OS"
msg_ok "Updat ed Container OS"
msg_info "Installing Dependencies"
apt-get install -y curl & >/dev/null
apt-get install -y sudo & >/dev/null
msg_ok "Install ing Dependencies"
msg_ok "Install ed Dependencies"
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
if [ [ $PASS != $ ] ] ; then
@ -86,11 +86,11 @@ ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,3840
EOF
systemctl daemon-reload
systemctl restart $( basename $( dirname $GETTY_OVERRIDE ) | sed 's/\.d//' )
msg_ok "Customiz ing Container"
msg_ok "Customiz ed Container"
fi
msg_info "Clean up"
msg_info "Clean ing up"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{ cache,log} /* /var/lib/apt/lists/*
msg_ok "Clean up "
msg_ok "Clean ed "