Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cd7a9c618d50ba0d4c258a6d3559d9b87c6161f1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update core-restore-from-backup.sh

check for PVE
pull/845/head
tteckster 3 years ago committed by GitHub
parent f1e4e0c19c
commit cd7a9c618d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
#!/usr/bin/env bash
clear
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi
YW=$(echo "\033[33m")
BL=$(echo "\033[36m")
RD=$(echo "\033[01;31m")

Loading…
Cancel
Save

Powered by BW's shoe-string budget.