summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/monkeysphere-server3
1 files changed, 3 insertions, 0 deletions
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
########################################################################