aboutsummaryrefslogtreecommitdiffstats
path: root/tools/update-baseservice.sh
diff options
context:
space:
mode:
authorahrain <root@tg-test01.osl.int.ahrain.net>2015-03-21 18:14:56 +0100
committerahrain <root@tg-test01.osl.int.ahrain.net>2015-03-21 18:14:56 +0100
commit4184848fa3e4f776da1b959c9ba48f4282e82108 (patch)
tree256f15edfa8fdf919b85bb8762dc478f1763a8d2 /tools/update-baseservice.sh
parentac89c3d4f9345d929a781808372500b7bbdf730e (diff)
Creates DHCP config for secondary hot-standby DHCP server
Diffstat (limited to 'tools/update-baseservice.sh')
-rwxr-xr-xtools/update-baseservice.sh2
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}"