From 1c9befe0651270f7833a53424c5728c4413fe8ee Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 28 May 2024 20:40:10 -0400 Subject: [PATCH] Auto-chown module bin files --- install-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-linux.sh b/install-linux.sh index 468cb3a..ce6de83 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -16,6 +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/* # -- Directory Setup -- set -x