refactor: use service specific directories in templates instead of /home/%USER% #355

Merged
phizev merged 1 commits from home-dir-fix into master 2023-06-17 18:22:16 +02:00
phizev commented 2023-06-15 02:54:48 +02:00 (Migrated from github.com)

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.

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](https://github.com/th33xitus/kiauh/blob/master/scripts/globals.sh) in this PR, though it could also be done with a $HOME variable if preferred.
dw-0 commented 2023-06-17 18:21:55 +02:00 (Migrated from github.com)

Thank you! I think that's a good change.

Thank you! I think that's a good change.
Sign in to join this conversation.