-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hello,
The recent install script change is overwriting the nodered-user parameter.
| NODERED_USER="root" |
I am using the script as root to install and update a nodered instance under a separate user, and adding confirm-root and confirm-install to make the script run without needing confirmation. The latest change has messed this up, however, always installing the program under root.
Currently, there seems to be some logical overlap between the two parameters: confirm-root and confirm-install.
Would it be feasible to either...
- Make
confirm-installdeal with all installation confirmations, soconfirm-rootis not required in my case - Modify the line above to first use the
nodered-userparameter, and only userootas a fallback?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels