pub / sguard

Suspend Guard for the PhoneShell "Phosh"
git clone https://src.jayvii.de/pub/sguard.git
Home | Log | Files | Exports | Refs | README | RSS

commit f2b60f5db7d9b5837e30e3635a265ff6eec9b984
parent d9e351f6eb41c44e6e6b226dbf34c9e6a0c63bf6
Author: JayVii <jayvii[AT]noreply[DOT]localhost>
Date:   Thu, 17 Sep 2020 22:20:25 +0200

maybe actually wait 5 *minutes*

oops, forgot to replace this after testing...

Diffstat:
Malarm.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alarm.sh b/alarm.sh @@ -44,7 +44,7 @@ zzzorawake # if snooze was chosen, wait for another 5 minutes before ringing while [ $zzzaction == 0 ]; do kill $alarmpid - sleep 5 # 5 minutes + sleep 300 # 5 minutes alarm_ring # ring alarm zzzorawake # ask user what to do done