mdraid/mdmon-pre-shutdown.sh: removed unneeded code
authorHarald Hoyer <harald@redhat.com>
Tue, 30 Jul 2013 13:24:05 +0000 (15:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 30 Jul 2013 13:28:46 +0000 (15:28 +0200)
modules.d/90mdraid/mdmon-pre-shutdown.sh

index a6cd605..cc7f2db 100755 (executable)
@@ -11,6 +11,4 @@ _do_mdmon_takeover() {
 
 if command -v mdmon >/dev/null; then
     _do_mdmon_takeover $1
-else
-    :
 fi