From 4eb5cd7642ef1cc85701a4c323f3af7f3cbf15c6 Mon Sep 17 00:00:00 2001 From: Jan Winkelmann Date: Sun, 24 Mar 2013 16:24:05 +0100 Subject: [PATCH] changed username to dhcpstatic --- updateStatics.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updateStatics.sh b/updateStatics.sh index c019e94..d2fed04 100755 --- a/updateStatics.sh +++ b/updateStatics.sh @@ -2,10 +2,10 @@ # Simple script to update the dhcp-static files from git # CONFIGURE THIS TO YOUR GIT DIRECTORY -GIT_REPO=/home/dhcp/dhcp-static +GIT_REPO=/home/dhcpstatic/dhcp-static # CONFIGURE THIS TO THE USER TO RUN THE GIT COMMANDS AS -USER=dhcp +USER=dhcpstatic cd $GIT_REPO