Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong logic to check existence of .ssh dir
The current logic assumes $HOME/.ssh is a file but it should be a directory. This also simplifies the selinux relabeling using restorecon because the context explicitly defined is the default one.
- Loading branch information