oops wrong user var, fixed to use vdm as user

This commit is contained in:
Llewellyn van der Merwe 2017-07-06 13:12:19 +01:00
parent 17fe31bfb9
commit 8463840956
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ function getKey () {
# Variables
TRUE=1
VDMUSER="llewellyn"
VDMHOME="/home/llewellyn"
VDMUSER="vdm"
VDMHOME="/home/vdm"
VDMSCRIPT="https://raw.githubusercontent.com/vdm-io/dynamic-ip/$BRANCH/setip.sh"
VDMIPSERVER="https://www.vdm.io/setip"