diff options
Diffstat (limited to 'tools/update-baseservice.sh')
-rwxr-xr-x | tools/update-baseservice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-baseservice.sh b/tools/update-baseservice.sh index 5908941..94c3875 100755 --- a/tools/update-baseservice.sh +++ b/tools/update-baseservice.sh @@ -26,4 +26,4 @@ set -e cat netlist.txt | ssh -l root ${SECONDARY} "~/tgmanage/tools/make-missing-conf.pl slave ${BASE}" ssh -l root ${SECONDARY} "~/tgmanage/tools/make-bind-include.pl slave ${BASE}" - +ssh -l root ${SECONDARY} "~/tgmanage/tools/make-dhcpd-include.pl ${BASE}" |