]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fix bug introduced in previous commit
authorRonnie Sahlberg <sahlberg@ronnie>
Sun, 15 Jul 2007 01:37:22 +0000 (11:37 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Sun, 15 Jul 2007 01:37:22 +0000 (11:37 +1000)
(This used to be ctdb commit 8396a7500225c90165ebcfbdc2c65673740e6b25)

ctdb/config/events.d/10.interface

index aef70f3d7ca5636b2bfb29334a5b1d3a991e18a4..841d5d859bd0a0806db135c71b233a6f9f391bfe 100755 (executable)
@@ -12,8 +12,7 @@ cmd="$1"
 shift
 
 [ -z "$CTDB_PUBLIC_INTERFACE" ] && {
-       echo "Event script $0 : CTDB_PUBLIC_INTERFACE not set. Nothing to do."
-    }
+    echo "Event script $0 : CTDB_PUBLIC_INTERFACE not set. Nothing to do."
     exit 0
 }