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

Update post_install.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent 3615832d85
commit 40f3ee97e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,12 @@ while true; do
* ) echo "Please answer yes or no.";;
esac
done
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater"
echo -e "Exiting..."
sleep 2
exit
fi
clear
echo -e "\e[1;33m Disable Enterprise Repository... \e[0m"
sleep 1

Loading…
Cancel
Save

Powered by BW's shoe-string budget.