Skip to content

Commit

Permalink
Removed debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jul 15, 2018
1 parent f19416f commit 9dd5247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ remote_get_config()
file_config=$MODULE_REMOTE_CONFIG_NAME
fi

echo "file_config=$file_config"

if sshpass -p "$MODULE_PASSWORD" ssh $MODULE_REMOTE_USER@$MODULE_REMOTE_HOST stat /tmp/jetson_easy/$file_config \> /dev/null 2\>\&1 ; then
# Get back the remote config
local configuration=""
Expand Down

0 comments on commit 9dd5247

Please sign in to comment.