1

Don't fail if no modules exist

This commit is contained in:
Evan Pratten 2024-06-14 11:33:11 -04:00
parent b7ebfbe8ac
commit 5644cb980c

View File

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