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=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update calibre-web.sh

fixes https://github.com/tteck/Proxmox/issues/3576
pull/3580/head
tteckster 7 months ago committed by GitHub
parent 561419f1a2
commit bb0a39e3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)
spinner &
SPINNER_PID=$!
options=()
if [ ! -z "$CHOICES" ]; then
declare -a options
for CHOICE in $CHOICES; do
case "$CHOICE" in
"1")

Loading…
Cancel
Save

Powered by BW's shoe-string budget.