Hello,
The recent install script change is overwriting the nodered-user parameter.
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, so confirm-root is not required in my case
- Modify the line above to first use the
nodered-user parameter, and only use root as a fallback?
Thanks!
Hello,
The recent install script change is overwriting the
nodered-userparameter.linux-installers/deb/update-nodejs-and-nodered
Line 220 in 709b56e
I am using the script as
rootto install and update a nodered instance under a separate user, and addingconfirm-rootandconfirm-installto make the script run without needing confirmation. The latest change has messed this up, however, always installing the program underroot.Currently, there seems to be some logical overlap between the two parameters:
confirm-rootandconfirm-install.Would it be feasible to either...
confirm-installdeal with all installation confirmations, soconfirm-rootis not required in my casenodered-userparameter, and only userootas a fallback?Thanks!