Skip to content

Commit

Permalink
fix read
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKle authored Aug 15, 2022
1 parent 713ce5a commit 2152e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwlibrary_extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ do
echo " Settings > Developer Options > USB Debugging > Enable"
echo "If it's > unauthorized < confirm the message on your device"
echo "Try again?"
read -p
read -p ""
done

device_name=$(adb devices -l | grep -oP 'model:\S+' | cut -d':' -f2)
Expand Down

0 comments on commit 2152e1d

Please sign in to comment.