Skip to content

Commit

Permalink
Update debug.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie committed Jan 24, 2023
1 parent 8257391 commit 3e4bc70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/pi/candle/debug.sh
Expand Up @@ -15,8 +15,12 @@ fi
#_current_controller_version=$(cat ${CONTROLLER_NODE_VERSION_FILE_PATH})

# Make NVM available in this script
NVM_DIR="/home/pi/.nvm"
source $NVM_DIR/nvm.sh
#NVM_DIR="/home/pi/.nvm"
#source $NVM_DIR/nvm.sh

export NVM_DIR="/home/pi/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"

echo "Candle Controller debug information"
echo
Expand Down

0 comments on commit 3e4bc70

Please sign in to comment.