From: Andrew Tridgell Date: Tue, 29 May 2007 06:28:18 +0000 (+1000) Subject: fixed shell syntax in events script X-Git-Tag: tevent-0.9.20~348^2~2644 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f7fcecb59a40f3c105b0d1bbd87d6ec2bcf8199;p=thirdparty%2Fsamba.git fixed shell syntax in events script (This used to be ctdb commit 629435807e7927a0e1524cd3e4b2aa216a651e2c) --- diff --git a/ctdb/tools/events b/ctdb/tools/events index ce86ca3a71a..166b61ceaf3 100755 --- a/ctdb/tools/events +++ b/ctdb/tools/events @@ -30,10 +30,14 @@ case $cmd in ;; recovered) - shutdown) # restart any services as necessary, like NFS exit 0 ;; + + shutdown) + # shutdown any services as necessary + exit 0 + ;; esac echo "Invalid command $cmd"