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

Update debian-v3.sh

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

@ -242,7 +242,14 @@ header_info
echo -e "${GN}Using ${BGN}${RAM_SIZE}MiB${CL}${GN} RAM${CL}"
echo -e "${GN}Using IP Address ${BGN}$NET${CL}"
echo -e "${GN}Using VLAN Tag ${BGN}$VLAN1${CL}"
while true; do
read -p "Are these settings correct(y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) clear; header_info; start_script;;
* ) echo "Please answer yes or no";;
esac
done
}
function start_script() {
echo -e "${YW}Type Advanced, or Press [ENTER] for Default Settings "

Loading…
Cancel
Save

Powered by BW's shoe-string budget.