-
Notifications
You must be signed in to change notification settings - Fork 71
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-install
deal with all installation confirmations, soconfirm-root
is not required in my case - Modify the line above to first use the
nodered-user
parameter, and only useroot
as a fallback?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels