1

Auto-chown module bin files

This commit is contained in:
Evan Pratten 2024-05-28 20:40:10 -04:00
parent f536968d00
commit 1c9befe065

View File

@ -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