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

Update wireguard.sh

pull/84/head
tteckster 3 years ago committed by GitHub
parent ed23baadce
commit fcb8aafa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -236,9 +236,14 @@ if [ "$STORAGE_TYPE" == "zfspool" ]; then
warn "Some addons may not work due to ZFS not supporting 'fallocate'."
fi
if [ "$DHCP" == "1" ]; then
pct config $CTID | grep -i hwaddr
MAC=$(pct config $CTID \
| grep -i hwaddr \
| awk '{print substr($2, 31, length($3) 17 ) }') \
echo -e "MAC Address ${BL}$MAC${CL}"
dhcp_reservation(){
printf "Please set DHCP Reservation and press Enter."
printf "Please set DHCP reservation and press Enter."
read
}
dhcp_reservation

Loading…
Cancel
Save

Powered by BW's shoe-string budget.