openplotter / openplotter-settings

Main OpenPlotter app
GNU General Public License v3.0
77 stars 13 forks source link

Query effective $HOME path from OS #22

Open FredericGuilbault opened 1 year ago

FredericGuilbault commented 1 year ago

Query the Operating system for the actual $HOME location it use for the provided user is more reliable than assuming it's in /home/. /home/ is just a convention. root don't use it. Sometime, database, webservers, ftp or massively shared instances legitimately have different locations paths.

vkuehn commented 5 months ago

whish this will be soon checked and merged !