Merge pull request #4736 from Rotzbua/fix_pi_script

fix(node-red-pi): node-red not started by path
bcrypt-bump
Nick O'Leary 2024-05-30 16:47:25 +01:00 committed by GitHub
commit a5f290fd47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}