We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7c2be commit 583271cCopy full SHA for 583271c
scripts/reset_manually.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
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...'
+read -r -p 'PLEASE RESET THE DEVICE AND THEN PRESS ENTER TO CONTINUE...'
5
notify-send -t 1 -a ProtocolStateFuzzer -h string:x-canonical-private-synchronous:my-notification ProtocolStateFuzzer 'Continuing'
6
0 commit comments