Skip to content

Commit

Permalink
Update android-tools-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jun 9, 2024
1 parent c2b64fd commit 7c1b20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-tools-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ else
echo "$UDEVNOTICE"
echo "Falling back to example adb shell:"
read -p "Do you wan to run adb shell? (y/n): " yn
if echo "$yn" | grep -i '^y'; then
if echo "$yn" | grep -i '^y' >/dev/null 2>&1; then
"$CURRENTDIR"/adb shell
fi
fi
Expand Down

0 comments on commit 7c1b20c

Please sign in to comment.