diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-02-26 00:13:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-02-26 00:13:07 +0300 |
commit | d10d768bea6166dfa30600c6ba8cb3d043dc6b7b (patch) | |
tree | cf0a3cfdcd66a169462ce7f18451e7f8f1fe5d8c | |
parent | .bashrc: export GPG_TTY (diff) | |
download | linux-home-d10d768bea6166dfa30600c6ba8cb3d043dc6b7b.tar.gz linux-home-d10d768bea6166dfa30600c6ba8cb3d043dc6b7b.zip |
fix_permissions.sh: switch to links-chmod
-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 |