# HG changeset patch # User Matthias Förste # Date 1347874727 -7200 # Node ID e58096e33821a307552d6f7127dcc76fa34380d9 # Parent 377edad75934c0ffb83775b820738eeec7cae6df $NODE is required diff -r 377edad75934 -r e58096e33821 ha-sync --- a/ha-sync Wed Nov 30 16:19:44 2011 +0100 +++ b/ha-sync Mon Sep 17 11:38:47 2012 +0200 @@ -2,7 +2,8 @@ CONFIG=/etc/ha-sync/ha-sync.conf source $CONFIG -test "$NODE_A" \ +test "$NODE" \ + && test "$NODE_A" \ && test "$NODE_B" \ && test "$FILESYSTEMS" \ && test "$EXCLUDE" \