refactor: use service specific directories in templates instead of /home/%USER% #355
Reference in New Issue
Block a user
Delete Branch "home-dir-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should resolve https://github.com/th33xitus/kiauh/issues/354
I don't think I've missed any other places which make assumptions on the home directory path.
I have used the service specific directories as defined in globals.sh in this PR, though it could also be done with a $HOME variable if preferred.
Thank you! I think that's a good change.