Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/dab8a7388d45064621fd5adab90bd946e6cca0e2?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -40,9 +40,9 @@ echo -e "${CHECKMARK} \e[1;92m Installing Node-Red... \e[0m"
bash <( curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --confirm-root --confirm-install --skip-pi
bash <( curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --confirm-root --confirm-install --skip-pi
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
rm /etc/motd # Remove message of the day after login
rm /etc/motd
rm /etc/update-motd.d/10-uname # Remove kernel information after login
rm /etc/update-motd.d/10-uname
touch ~/.hushlogin # Remove 'Last login: ' and mail notification after login
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
cat << EOF > $GE TTY_OVERRIDE
cat << EOF > $GE TTY_OVERRIDE