]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed shell syntax in events script
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 06:28:18 +0000 (16:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 06:28:18 +0000 (16:28 +1000)
(This used to be ctdb commit 629435807e7927a0e1524cd3e4b2aa216a651e2c)

ctdb/tools/events

index ce86ca3a71a5d1e7e5214a17181e0757e68f9cd9..166b61ceaf39fbb84f584327c6f8415d0491b0cc 100755 (executable)
@@ -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"