Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4535f31d3db8493d65ad71dba033d747b552a9d6?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
BACKUP_PATH=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "\nDefaults to root\ne.g. /mnt/backups/" 968 --title "Directory to backup to:" 3>&1 1>&2 2>&3)
BACKUP_PATH=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "\nDefaults to /root/\ne.g. /mnt/backups/" 1168 --title "Directory to backup to:" 3>&1 1>&2 2>&3)
if[ -z "$BACKUP_PATH"];then
BACKUP_PATH="/root/"
@ -26,7 +26,7 @@ start() {
BACKUP_PATH="$BACKUP_PATH"
fi
DIR=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "\nDefaults to etc\ne.g. root, var/lib/pve-cluster etc."968 --title "Directory to work in (No leading or trailing slashes):" 3>&1 1>&2 2>&3)
DIR=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "\nDefaults to etc\ne.g. root, var/lib/pve-cluster etc."1168 --title "Directory to work in (No leading or trailing slashes):" 3>&1 1>&2 2>&3)