diff options
-rwxr-xr-x | fix_permissions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_permissions.sh b/fix_permissions.sh index eb8a98c..331bdc8 100755 --- a/fix_permissions.sh +++ b/fix_permissions.sh @@ -13,4 +13,4 @@ script_dir="$( dirname -- "${BASH_SOURCE[0]}" )" script_dir="$( cd -- "$script_dir" && pwd )" readonly script_dir -find "$script_dir" -mindepth 1 -path "$script_dir/.git" -prune -o -exec chmod go-w {} + +links-chmod go-w |