Dear all,
when installing Node-RED, i did it on an raspberryPi and used the default user "pi"- Now, I disabled the login of this user and use a different user name to login for security reasons. Node-red still works fine, but:
When I use the exec node to run a shell script and write "whoami" in the script, it says "pi". How can I change this to my current user - so change the user Node-RED uses?