diff options
| author | Tharre <tharre3@gmail.com> | 2017-11-20 15:01:51 +0100 |
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2017-11-20 15:01:51 +0100 |
| commit | f35013e73bb52558afe355af8f463dbf7b7680d2 (patch) | |
| tree | 9149224f61a7e20241bd3a5bc9665841aaf721c7 | |
| parent | 3a1dc55c94294deed4ccb8321963384374a05736 (diff) | |
| download | dotfiles-f35013e73bb52558afe355af8f463dbf7b7680d2.tar.gz dotfiles-f35013e73bb52558afe355af8f463dbf7b7680d2.tar.xz dotfiles-f35013e73bb52558afe355af8f463dbf7b7680d2.zip | |
gnupg: fix directory permissions in install.sh
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,5 +37,8 @@ do symlink_file "$file" done +# fix .gnupg permissions +chmod 700 .gnupg + # remove broken symlinks find -L "$HOME" -maxdepth 1 -type l -delete |
