Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cfd4c979a1fb6e1733a53a1c47066d788d27708e?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update build.func

tweak
pull/2860/head
tteckster 1 year ago committed by GitHub
parent bf4a04528b
commit cfd4c979a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -237,7 +237,7 @@ advanced_settings() {
PW="" PW=""
elif [[ "$PW1" == *" "* ]]; then elif [[ "$PW1" == *" "* ]]; then
whiptail --msgbox "Password cannot contain spaces. Please try again." 8 58 whiptail --msgbox "Password cannot contain spaces. Please try again." 8 58
elif [ "${#PW1}" -lt 5 ]; then elif [ ${#PW1} -ge 1 ] && [ ${#PW1} -lt 5 ]; then
whiptail --msgbox "Password must be at least 5 characters long. Please try again." 8 58 whiptail --msgbox "Password must be at least 5 characters long. Please try again." 8 58
else else
PW="-password $PW1" PW="-password $PW1"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.