Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/809af179fa3c03d475f710757aef9748100085a1?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
2 deletions
@ -256,6 +256,7 @@ export PCT_OPTIONS="
$PW
$PW
"
"
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh) " || exit
bash -c " $( wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh) " || exit
if [ " $CT_TYPE " = = "0" ] ; then
LXC_CONFIG = /etc/pve/lxc/${ CTID } .conf
LXC_CONFIG = /etc/pve/lxc/${ CTID } .conf
cat <<EOF >>$LXC_CONFIG
cat <<EOF >>$LXC_CONFIG
lxc.cgroup2.devices.allow: a
lxc.cgroup2.devices.allow: a
@ -268,6 +269,7 @@ lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create= file
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create= file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create= file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create= file
EOF
EOF
fi
msg_info "Starting LXC Container"
msg_info "Starting LXC Container"
pct start $CTID
pct start $CTID
msg_ok "Started LXC Container"
msg_ok "Started LXC Container"