From 5644cb980c82ac9967d4e33246292bb2522e7230 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 14 Jun 2024 11:33:11 -0400 Subject: [PATCH] Don't fail if no modules exist --- install-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-linux.sh b/install-linux.sh index d355745..a828437 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -16,7 +16,7 @@ fi # Make sure scripts are all executable chmod +x $EWCONFIG_ROOT/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/* -chmod +x $EWCONFIG_ROOT/modules/*/bin/* +chmod +x $EWCONFIG_ROOT/modules/*/bin/* || true # -- Directory Setup -- set -x