Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/bb0a39e3c4c7189426d41b6c332b751791df65b7?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -81,7 +81,7 @@ function update_script() {
line = 0
line = 0
elif [ $i = = "gmail" ] ; then
elif [ $i = = "gmail" ] ; then
line = 1
line = 1
elif [ $i = = "goodreads" ] ; then
elif [ $i = = "goodreads" ] ; then
line = 2
line = 2
elif [ $i = = "ldap" ] ; then
elif [ $i = = "ldap" ] ; then
line = 3
line = 3
@ -102,8 +102,8 @@ function update_script() {
CHOICES = $( whiptail --backtitle "Proxmox VE Helper Scripts" --title "CALIBRE-WEB OPTIONS" --separate-output --checklist "Choose Additional Options" 15 125 8 " ${ menu_array [@] } " 3>& 1 1>& 2 2>& 3)
CHOICES = $( whiptail --backtitle "Proxmox VE Helper Scripts" --title "CALIBRE-WEB OPTIONS" --separate-output --checklist "Choose Additional Options" 15 125 8 " ${ menu_array [@] } " 3>& 1 1>& 2 2>& 3)
spinner &
spinner &
SPINNER_PID = $!
SPINNER_PID = $!
options = ( )
if [ ! -z " $CHOICES " ] ; then
if [ ! -z " $CHOICES " ] ; then
declare -a options
for CHOICE in $CHOICES ; do
for CHOICE in $CHOICES ; do
case " $CHOICE " in
case " $CHOICE " in
"1" )
"1" )