From 677afe2dcae7ea83adfadc42eac93f5301aa0476 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 17:55:56 -0400 Subject: [PATCH] unless a problem comes up, monkeysphere-server should return an error code of 0. --- src/monkeysphere-server | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/monkeysphere-server b/src/monkeysphere-server index f68f391..b989816 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -21,6 +21,9 @@ DATE=$(date -u '+%FT%T') # unset some environment variables that could screw things up GREP_OPTIONS= +# assuming other problems don't crop up, we'll return 0 as success +ERR=0 + ######################################################################## # FUNCTIONS ######################################################################## -- 2.25.1