From b779b4d438250895d6173379982f80eb09db6013 Mon Sep 17 00:00:00 2001 From: Bertrand Gouny Date: Mon, 21 Dec 2015 10:20:18 +0100 Subject: [PATCH] add chmod+x KEEPALIVED_NOTIFY file --- image/service/keepalived/container-start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/image/service/keepalived/container-start.sh b/image/service/keepalived/container-start.sh index acad528..2393458 100755 --- a/image/service/keepalived/container-start.sh +++ b/image/service/keepalived/container-start.sh @@ -16,6 +16,7 @@ if [ ! -e "$FIRST_START_DONE" ]; then if [ -n "$KEEPALIVED_NOTIFY" ]; then sed -i --follow-symlinks --follow-symlinks "s|{{ keepalived_notify }}|notify \"$KEEPALIVED_NOTIFY\"|g" /etc/keepalived/keepalived.conf + chmod +x $KEEPALIVED_NOTIFY else sed -i --follow-symlinks --follow-symlinks "/{{ keepalived_notify }}/d" /etc/keepalived/keepalived.conf fi