aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxalarm2
1 files changed, 1 insertions, 1 deletions
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