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 a6cd60548f269a2fac63312bfdcb1d782bb7037b..cc7f2db993ca91cdba004be340ed8bf483fe91eb 100755 (executable)
@@ -11,6 +11,4 @@ _do_mdmon_takeover() {
 
 if command -v mdmon >/dev/null; then
     _do_mdmon_takeover $1
-else
-    :
 fi