From 6d497fcb43ea04ca6c67b63984b0b79c67c24d1a Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 18 Jul 2017 19:38:48 +0100 Subject: [PATCH] fixed the BRANCH string --- setip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setip.sh b/setip.sh index 8e4ff5b..c6be11d 100755 --- a/setip.sh +++ b/setip.sh @@ -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