Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/bca829ff68d37da307bab82e5e8d7c31a5d6f089?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -93,7 +93,7 @@ export PCT_OPTIONS="
-memory 1024
-memory 1024
-unprivileged 1
-unprivileged 1
"
"
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpre v/create_lxc.sh) " || exit
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpri v/create_lxc.sh) " || exit
STORAGE_TYPE = $( pvesm status -storage $( pct config $CTID | grep rootfs | awk -F ":" '{print $2}' ) | awk 'NR>1 {print $2}' )
STORAGE_TYPE = $( pvesm status -storage $( pct config $CTID | grep rootfs | awk -F ":" '{print $2}' ) | awk 'NR>1 {print $2}' )
if [ " $STORAGE_TYPE " = = "zfspool" ] ; then
if [ " $STORAGE_TYPE " = = "zfspool" ] ; then
@ -106,7 +106,7 @@ echo -e "${CM}${CL} \r"
alias lxc-cmd= " lxc-attach -n $CTID -- "
alias lxc-cmd= " lxc-attach -n $CTID -- "
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpre v/node-red-install.sh) " || exit
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpri v/node-red-install.sh) " || exit
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )