Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9ac1b88309827fbb7374f49e1f38b83d5bb81569
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
4 deletions
@ -115,9 +115,9 @@ while [ $opt != '' ]
done
show_menu3( ) {
printf " ${ RD } If Using ZFS, You Have Storage Driver Options ${ CL } \n "
printf " ${ RD } Non ZFS, Select Standard overlay2 fs Storage Driver${ CL } \n "
printf " ${ RD } Non ZFS, Select Standard overlay2 Storage Driver${ CL } \n "
printf " ${ YW } 1) ${ GN } Use fuse-overlayfs Storage Driver ${ CL } \n "
printf " ${ YW } 2) ${ GN } Use Standard overlay2 fs Storage Driver${ CL } \n "
printf " ${ YW } 2) ${ GN } Use Standard overlay2 Storage Driver${ CL } \n "
printf " Please choose a Storage Driver and hit enter or ${ RD } x ${ CL } to exit. "
read opt
@ -144,7 +144,7 @@ while [ $opt != '' ]
; ;
2) clear;
header_info;
option_picked "Using overlay2 fs Storage Driver";
option_picked "Using overlay2 Storage Driver";
STORAGE_DRIVER = " "
break;
; ;
@ -253,7 +253,9 @@ echo -en "${GN} Starting LXC Container... "
pct start $CTID
if [ " $STORAGE_TYPE " = = "zfspool" ] && [ " $STORAGE_DRIVER " = = "fuse" ] ; then
pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
info " ${ BL } Using fuse-overlayfs. ${ CL } "
info " ${ BL } Using fuse-overlayfs Storage Driver. ${ CL } "
else
info " ${ BL } Using overlay2 Storage Driver. ${ CL } "
fi
echo -e " ${ CM } ${ CL } \r "