You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a non-standard home directory for the frappe user, because I want it on a separate partition. This breaks the installer script when it tries to chmod /home/$USER
a more versatile way would be to use $HOME instead, which would account for all locations.
@suchetha thanks for your contribution it is indeed more versatile to use $HOME instead of /home. Could you please make the patch a pull request so your contribution can be credited in the main repo?
I use a non-standard home directory for the frappe user, because I want it on a separate partition. This breaks the installer script when it tries to chmod /home/$USER
a more versatile way would be to use $HOME instead, which would account for all locations.
I've made a quick patch for it
erpnext_quick_install.patch.txt
The text was updated successfully, but these errors were encountered: