Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scubainit: Don't create home directory if it already exists
The mkdir_p is harmless, but the chmod/chown might actually affect the invoking user's home directory if .scuba.yml exists there. Note that the chown is probably harmless because it would be chowning to the same user. But it's better to not mess with anything.
- Loading branch information