From: Zachary Vance Date: Sat, 23 Apr 2016 21:57:32 +0000 (-0700) Subject: Never print to stderr X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=1f70e2ac633456f54f1e87ea317a44ceaad5ffbf;p=za3k.git Never print to stderr --- diff --git a/cgi-bin/status-simple b/cgi-bin/status-simple index bd57e02..9b1cc2d 100755 --- a/cgi-bin/status-simple +++ b/cgi-bin/status-simple @@ -1,6 +1,6 @@ #!/bin/bash TEMP=$(mktemp) -timeout 5 bash "$@" >"$TEMP" +timeout 5 bash "$@" >"$TEMP" 2>/dev/null SUCCESS=$? if [ "$SUCCESS" -eq 0 ]; then