Harald Hoyer d9da66
From b8b341a07f755d69e557bfbca92ae54fc3f84dda Mon Sep 17 00:00:00 2001
Harald Hoyer d9da66
From: Harald Hoyer <harald@hoyer.xyz>
Harald Hoyer d9da66
Date: Thu, 11 Jan 2018 13:18:14 +0100
Harald Hoyer d9da66
Subject: [PATCH] Merge pull request #352 from lnykryn/ntfs
Harald Hoyer d9da66
Harald Hoyer d9da66
90dmsquash-live-ntfs: fix depends()
Harald Hoyer d9da66
---
Harald Hoyer d9da66
 modules.d/90dmsquash-live-ntfs/module-setup.sh | 2 +-
Harald Hoyer d9da66
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer d9da66
Harald Hoyer d9da66
diff --git a/modules.d/90dmsquash-live-ntfs/module-setup.sh b/modules.d/90dmsquash-live-ntfs/module-setup.sh
Harald Hoyer d9da66
index bc77376b..2354b840 100755
Harald Hoyer d9da66
--- a/modules.d/90dmsquash-live-ntfs/module-setup.sh
Harald Hoyer d9da66
+++ b/modules.d/90dmsquash-live-ntfs/module-setup.sh
Harald Hoyer d9da66
@@ -8,7 +8,7 @@ check() {
Harald Hoyer d9da66
 }
Harald Hoyer d9da66
 
Harald Hoyer d9da66
 depends() {
Harald Hoyer d9da66
-    echo 90dmsquash-live
Harald Hoyer d9da66
+    echo dmsquash-live
Harald Hoyer d9da66
     return 0
Harald Hoyer d9da66
 }
Harald Hoyer d9da66
 
Harald Hoyer d9da66