mirror of https://github.com/node-red/node-red.git
Merge pull request #4736 from Rotzbua/fix_pi_script
fix(node-red-pi): node-red not started by pathbcrypt-bump
commit
a5f290fd47
|
@ -41,4 +41,4 @@ SCRIPT_PATH=$(pwd)
|
||||||
cd "$CURRENT_PATH" || exit 1
|
cd "$CURRENT_PATH" || exit 1
|
||||||
|
|
||||||
# Run Node-RED
|
# Run Node-RED
|
||||||
exec /usr/bin/env node ${OPTIONS} ${SCRIPT_PATH}/../red.js ${ARGS}
|
exec /usr/bin/env node ${OPTIONS} "${SCRIPT_PATH}"/../red.js ${ARGS}
|
||||||
|
|
Loading…
Reference in New Issue