Don't fail if no modules exist
This commit is contained in:
parent
b7ebfbe8ac
commit
5644cb980c
@ -16,7 +16,7 @@ fi
|
|||||||
# Make sure scripts are all executable
|
# Make sure scripts are all executable
|
||||||
chmod +x $EWCONFIG_ROOT/scripts/*
|
chmod +x $EWCONFIG_ROOT/scripts/*
|
||||||
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
||||||
chmod +x $EWCONFIG_ROOT/modules/*/bin/*
|
chmod +x $EWCONFIG_ROOT/modules/*/bin/* || true
|
||||||
|
|
||||||
# -- Directory Setup --
|
# -- Directory Setup --
|
||||||
set -x
|
set -x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user