1

fix modes

This commit is contained in:
Evan Pratten 2023-11-09 11:48:34 -05:00
parent 371d753f16
commit f91a1b6c05
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ if type -p git > /dev/null; then
fi fi
# Make sure scripts are all executable # Make sure scripts are all executable
chmod +x $EWCONFIG_ROOT/configs/scripts/* chmod +x $EWCONFIG_ROOT/scripts/*
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
# -- Directory Setup -- # -- Directory Setup --

View File

@ -7,7 +7,7 @@ echo "Syncing git submodules..."
git submodule update --init --recursive git submodule update --init --recursive
# Make sure scripts are all executable # Make sure scripts are all executable
chmod +x $EWCONFIG_ROOT/configs/scripts/* chmod +x $EWCONFIG_ROOT/scripts/*
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
# -- Directory Setup -- # -- Directory Setup --