Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/31dd738e9ac2f09d07a8a87b547cab840a8cf2a4?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
7 additions and
2 deletions
@ -206,8 +206,14 @@ function cleanup() {
popd >/dev/null
popd >/dev/null
rm -rf $TEMP_DIR
rm -rf $TEMP_DIR
}
}
if [ " $IM " = = "1" ] ; then
if [ " $IM " = = "1" ] && [ " $STORAGE_DRIVER " = = " " ] ; then
FEATURES = "nesting=1,keyctl=1"
FEATURES = "nesting=1,keyctl=1"
elif
[ " $IM " = = "1" ] && [ " $STORAGE_DRIVER " = = "fuse" ] ; then
FEATURES = "nesting=1,keyctl=1,fuse=1"
elif
[ " $IM " = = "0" ] && [ " $STORAGE_DRIVER " = = "fuse" ] ; then
FEATURES = "nesting=1,keyctl=1,fuse=1"
else
else
FEATURES = "nesting=1"
FEATURES = "nesting=1"
fi
fi
@ -247,7 +253,6 @@ pct start $CTID
if [ " $STORAGE_TYPE " = = "zfspool" ] && [ " $STORAGE_DRIVER " = = "fuse" ] ; then
if [ " $STORAGE_TYPE " = = "zfspool" ] && [ " $STORAGE_DRIVER " = = "fuse" ] ; then
pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
info " ${ BL } Using fuse-overlayfs. ${ CL } "
info " ${ BL } Using fuse-overlayfs. ${ CL } "
info " ${ BL } Select FUSE in Options >> Features. ${ CL } "
fi
fi
echo -e " ${ CM } ${ CL } \r "
echo -e " ${ CM } ${ CL } \r "