From 633f990b5a245fc2827cbb845fd8efec4235981e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Jun 2018 21:16:24 -0300 Subject: OOps --- xalarm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xalarm b/xalarm index 87b0237..157aca1 100755 --- a/xalarm +++ b/xalarm @@ -151,7 +151,7 @@ elif [ "$1" == "cancel" ] || [ "$1" == "kill" ]; then xalarm_cancel $2 elif [ "$1" == "pause" ]; then xalarm_pause $2 -elif [ "$1" == "resume" ] && [ "$1" == "continue" ]; then +elif [ "$1" == "resume" ] || [ "$1" == "continue" ]; then xalarm_resume $2 elif [ "$1" == "reset" ]; then xalarm_reset $2 -- cgit v1.2.3