From c552c99ef8e5251e35242e0a3c09eafcd917b31a Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Fri, 4 Dec 2020 15:37:27 +0800 Subject: [PATCH] fix(squash): this module shouldn't depend on bash Any other shell should just work. --- modules.d/99squash/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/99squash/module-setup.sh b/modules.d/99squash/module-setup.sh index 9f973bda3..ecf95cc6b 100644 --- a/modules.d/99squash/module-setup.sh +++ b/modules.d/99squash/module-setup.sh @@ -14,7 +14,7 @@ check() { } depends() { - echo "bash systemd-initrd" + echo "systemd-initrd" return 0 } -- 2.47.3