From: Ronnie Sahlberg Date: Sun, 15 Jul 2007 01:37:22 +0000 (+1000) Subject: fix bug introduced in previous commit X-Git-Tag: tevent-0.9.20~348^2~2450^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=643b87fbae9425fb7f143837c61fa38b77fb1aa0;p=thirdparty%2Fsamba.git fix bug introduced in previous commit (This used to be ctdb commit 8396a7500225c90165ebcfbdc2c65673740e6b25) --- diff --git a/ctdb/config/events.d/10.interface b/ctdb/config/events.d/10.interface index aef70f3d7ca..841d5d859bd 100755 --- a/ctdb/config/events.d/10.interface +++ b/ctdb/config/events.d/10.interface @@ -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 }