[IMPROVED] Actualizar nodered.sh para usar node_red en lugar de .node-red
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b60d1e69ca
commit
b1e56b6196
2 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
1.3.0
|
1.3.1
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
#Company Email : mauro@rosero.one
|
#Company Email : mauro@rosero.one
|
||||||
#Personal Email : mauro.rosero@gmail.com
|
#Personal Email : mauro.rosero@gmail.com
|
||||||
#Created : 2024/12/01 15:27:00
|
#Created : 2024/12/01 15:27:00
|
||||||
#Modified : 2025/03/19 11:57:08
|
#Modified : 2025/04/01 18:55:38
|
||||||
#Version : 1.3.0
|
#Version : 1.3.1
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# Derechos de Autor [2025] [Mauro Rosero P. <mauro@rosero.one>]
|
# Derechos de Autor [2025] [Mauro Rosero P. <mauro@rosero.one>]
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
@ -73,7 +73,7 @@ fi
|
||||||
|
|
||||||
# Configuración de Node-RED
|
# Configuración de Node-RED
|
||||||
NODE_RED_DIR="$PWD"
|
NODE_RED_DIR="$PWD"
|
||||||
NODE_RED_DATA="$NODE_RED_DIR/.node-red"
|
NODE_RED_DATA="$NODE_RED_DIR/node_red"
|
||||||
NODE_RED_PORT=${NODE_RED_PORT:-1880}
|
NODE_RED_PORT=${NODE_RED_PORT:-1880}
|
||||||
NODE_RED_CMD="npx node-red -u $NODE_RED_DATA -p $NODE_RED_PORT"
|
NODE_RED_CMD="npx node-red -u $NODE_RED_DATA -p $NODE_RED_PORT"
|
||||||
PID_FILE="$NODE_RED_DIR/nodered.pid"
|
PID_FILE="$NODE_RED_DIR/nodered.pid"
|
||||||
|
|
Loading…
Reference in a new issue