From 464cfa590b24b8652d35796250b4e8f10e4e0f10 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 13 Aug 2012 12:47:46 +0000 Subject: [PATCH] Run adjust_hb_device also on sp2 Testing https://bugtracker.sipwise.com/view.php?id=1857 From: Michael Prokop --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 1e6fd2e..5ffb9f3 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1000,7 +1000,7 @@ EOF chroot $TARGET ngcpcfg build /etc/ha.d/ha.cf } - if "$PRO_EDITION" && [ "$ROLE" = "sp1" ] ; then + if "$PRO_EDITION" ; then echo "Deploying PRO edition (sp1) - adjusting heartbeat device (hb_device)." adjust_hb_device fi