diff options
-rwxr-xr-x | components/9990-main.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/9990-main.sh b/components/9990-main.sh index bbf0f10..2468112 100755 --- a/components/9990-main.sh +++ b/components/9990-main.sh @@ -3,7 +3,9 @@ # set -e Live () -{ +{ if [ -x /scripts/local-top/mdadm ]; then + /scripts/local-top/mdadm + fi if [ -x /scripts/local-top/cryptroot ] then /scripts/local-top/cryptroot |