Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/8e5bfde43be7ddf780f94f3efb3eddc9f1872164?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -287,7 +287,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/c
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
wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.2/fuse-overlayfs-x86_64
wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.2/fuse-overlayfs-x86_64
warn "Some addons may not work due to ZFS not supporting 'fallocate'."
warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."
fi
fi
LXC_CONFIG = /etc/pve/lxc/${ CTID } .conf
LXC_CONFIG = /etc/pve/lxc/${ CTID } .conf
cat <<EOF >> $LXC_CONFIG
cat <<EOF >> $LXC_CONFIG