attempt to fix CE deployment (as in "nothing to do on active node")

0.1
Andrew Pogrebennyk 14 years ago
parent 1a4597766c
commit 5a640fac05

@ -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
}

Loading…
Cancel
Save