fixed the BRANCH string

This commit is contained in:
Llewellyn van der Merwe 2017-07-18 19:38:48 +01:00
parent 8463840956
commit 6d497fcb43
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function getKey () {
TRUE=1
VDMUSER="vdm"
VDMHOME="/home/vdm"
VDMSCRIPT="https://raw.githubusercontent.com/vdm-io/dynamic-ip/$BRANCH/setip.sh"
VDMSCRIPT="https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh"
VDMIPSERVER="https://www.vdm.io/setip"
# Require script to be run via sudo, but not as root