From 5a640fac056a2a3aa4ad36af51f14c2f3a105a41 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Fri, 30 Mar 2012 09:51:40 +0000 Subject: [PATCH] attempt to fix CE deployment (as in "nothing to do on active node") --- ngcp-update-db-schema | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ngcp-update-db-schema b/ngcp-update-db-schema index c9d0b80d..4fff96d9 100755 --- a/ngcp-update-db-schema +++ b/ngcp-update-db-schema @@ -68,6 +68,8 @@ running_on_active_node() { echo "This seems to be the inactive node, registering revisions." return 1 fi + else + return 1 fi }