File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -808,11 +808,11 @@ case $yn in
808808 echo " "
809809 echo " node-red admin init"
810810 echo " "
811- echo " - After running Node-RED for the first time, change the ownership of the settings"
812- echo " file to 'root' to prevent unauthorised changes:"
813- echo " "
814- echo " sudo chown root:root ~/.node-red/settings.js"
815- echo " "
811+ # echo " - After running Node-RED for the first time, change the ownership of the settings"
812+ # echo " file to 'root' to prevent unauthorised changes:"
813+ # echo " "
814+ # echo " sudo chown root:root ~/.node-red/settings.js"
815+ # echo " "
816816 # elif ! [[ $(stat --format '%G' ~/.node-red/settings.js) = "root" ]]; then
817817 # echo " - Change the ownership of its settings file to 'root' to prevent unauthorised changes:"
818818 # echo ""
You can’t perform that action at this time.
0 commit comments