Skip to content

Commit 583271c

Browse files
committed
Fix order of read options (-p should be with the prompt)
1 parent 8c7c2be commit 583271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/reset_manually.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

33
notify-send -t 3600000 -a ProtocolStateFuzzer -h string:x-canonical-private-synchronous:my-notification ProtocolStateFuzzer 'Device reset needed'
4-
read -p -r 'PLEASE RESET THE DEVICE AND THEN PRESS ENTER TO CONTINUE...'
4+
read -r -p 'PLEASE RESET THE DEVICE AND THEN PRESS ENTER TO CONTINUE...'
55
notify-send -t 1 -a ProtocolStateFuzzer -h string:x-canonical-private-synchronous:my-notification ProtocolStateFuzzer 'Continuing'
66

0 commit comments

Comments
 (0)