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

Update debian10_container.sh

pull/10/head
tteck 3 years ago committed by GitHub
parent e28186411c
commit c7b4f5c197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,14 @@
#!/usr/bin/env bash
while true; do
read -p "This will create a New Debian 10+ LXC Container. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
esac
done
# Setup script environment
set -o errexit #Exit immediately if a pipeline returns a non-zero status
set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell

Loading…
Cancel
Save

Powered by BW's shoe-string budget.