changed username to dhcpstatic
This commit is contained in:
parent
7594c88863
commit
4eb5cd7642
|
@ -2,10 +2,10 @@
|
||||||
# Simple script to update the dhcp-static files from git
|
# Simple script to update the dhcp-static files from git
|
||||||
|
|
||||||
# CONFIGURE THIS TO YOUR GIT DIRECTORY
|
# 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
|
# CONFIGURE THIS TO THE USER TO RUN THE GIT COMMANDS AS
|
||||||
USER=dhcp
|
USER=dhcpstatic
|
||||||
|
|
||||||
cd $GIT_REPO
|
cd $GIT_REPO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue