Skip to content

Commit 4253f63

Browse files
committed
Update update-nodejs-and-nodered
1 parent 25535f2 commit 4253f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deb/update-nodejs-and-nodered

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 ""

0 commit comments

Comments
 (0)