Skip to content

Commit

Permalink
Change return to exit since this is no longer a function
Browse files Browse the repository at this point in the history
  • Loading branch information
kueblc committed Nov 22, 2019
1 parent 37e8b62 commit 0602407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firmware_picker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ while true; do
fi
if [[ "$REPLY" =~ ^[Qq]$ ]]; then
echo "Leaving device as is..."
return
exit
fi
echo -n "Invalid selection, please select 0-$index: "
done
Expand Down

0 comments on commit 0602407

Please sign in to comment.