fix(crowsnest): override installers BASE_USER to current user #317

Merged
piotrb merged 1 commits from master into master 2023-03-19 11:50:06 +01:00

1 Commits

Author SHA1 Message Date
Piotr Banasik
d16a2f26fd Override the BASE_USER for crowsnest install to the current user
The crowsnest installer used `logname` to figure out the current user,
this isn't great since it will return the "original" owner of the login
session, so if you used `sudo` or `su` to become your klipper user .. it
would try to install things into your original user making a bit of a
mess ...
2023-03-18 10:53:40 -07:00