1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

fix bug introduced in previous commit

(This used to be ctdb commit 8396a7500225c90165ebcfbdc2c65673740e6b25)
This commit is contained in:
Ronnie Sahlberg 2007-07-15 11:37:22 +10:00
parent e96f733052
commit 643b87fbae

View File

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