fix modes
This commit is contained in:
parent
371d753f16
commit
f91a1b6c05
@ -14,7 +14,7 @@ if type -p git > /dev/null; then
|
||||
fi
|
||||
|
||||
# Make sure scripts are all executable
|
||||
chmod +x $EWCONFIG_ROOT/configs/scripts/*
|
||||
chmod +x $EWCONFIG_ROOT/scripts/*
|
||||
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
||||
|
||||
# -- Directory Setup --
|
||||
|
@ -7,7 +7,7 @@ echo "Syncing git submodules..."
|
||||
git submodule update --init --recursive
|
||||
|
||||
# Make sure scripts are all executable
|
||||
chmod +x $EWCONFIG_ROOT/configs/scripts/*
|
||||
chmod +x $EWCONFIG_ROOT/scripts/*
|
||||
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
||||
|
||||
# -- Directory Setup --
|
||||
|
Loading…
x
Reference in New Issue
Block a user