Skip to content

Commit

Permalink
Update startup linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-eoh committed Jan 17, 2024
1 parent 624aa0d commit 0bd7caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linux/Startup/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
token="YourAuthToken"

board_type=""
token_file="./token.txt"

if [ -f ${token_file} ]; then
token=$(cat "${token_file}")
fi

case "$1" in
raspberry)
Expand Down
1 change: 1 addition & 0 deletions linux/Startup/token.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YourAuthToken

0 comments on commit 0bd7caf

Please sign in to comment.