dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.4k stars 491 forks source link

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

Closed phizev closed 1 year ago

phizev commented 1 year ago

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.

dw-0 commented 1 year ago

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