changed username to dhcpstatic

This commit is contained in:
Jan Winkelmann 2013-03-24 16:24:05 +01:00
parent 7594c88863
commit 4eb5cd7642

View file

@ -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