From b263657fdce2ee7513be48f375e8d328defef631 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 Oct 2014 14:12:25 +1300 Subject: Remove hilarious no-op --- nagios-acknowledge | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nagios-acknowledge b/nagios-acknowledge index 5878e40..51fdce8 100755 --- a/nagios-acknowledge +++ b/nagios-acknowledge @@ -30,7 +30,7 @@ usage() { # Default to not notifying notify=0 -# Figure out whether we should notify +# Process options OPTIND=1 while getopts 'hn' opt ; do case "$opt" in @@ -60,7 +60,6 @@ fi now=$(date +%s) spec=$1 sticky=1 -notify=$notify persistent=1 author=${SUDO_USER:-$USER} comment=${2:-'no comment given'} -- cgit v1.2.3