Skip to content

Commit

Permalink
export env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Apr 30, 2018
1 parent 0e72ea9 commit a5ae08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon_files/node-red/node-red
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ADDON_DIR=/usr/local/addons/node-red

NODE=$ADDON_DIR/bin/node

PATH=$ADDON_DIR/bin:$PATH
NO_UPDATE_NOTIFIER=true
export PATH=$ADDON_DIR/bin:$PATH
export NO_UPDATE_NOTIFIER=true

RED_DIR=$ADDON_DIR/lib/node_modules/node-red
RED=$RED_DIR/red.js
Expand Down

0 comments on commit a5ae08a

Please sign in to comment.