Sindbad~EG File Manager

Current Path : /proc/thread-self/root/usr/lib/dracut/modules.d/90mdraid/
Upload File :
Current File : //proc/thread-self/root/usr/lib/dracut/modules.d/90mdraid/mdmon-pre-shutdown.sh

#!/bin/sh

_do_mdmon_takeover() {
    local ret
    mdmon --takeover --all
    ret=$?
    [ $ret -eq 0 ] && info "Taking over mdmon processes."
    return $ret
}

if command -v mdmon >/dev/null; then
    _do_mdmon_takeover $1
fi

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists