From: Silvio Rhatto Date: Fri, 22 Jun 2018 00:16:24 +0000 (-0300) Subject: OOps X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=633f990b5a245fc2827cbb845fd8efec4235981e;p=utils-x11.git OOps --- 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