unless a problem comes up, monkeysphere-server should return an error code of 0.
[monkeysphere.git] / src / monkeysphere-server
index f68f3911fe8255bf8fd8ac07f7716b0d3b01333a..b9898163802f3c1a3da1b300ff24a8ff3316af8a 100755 (executable)
@@ -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
 ########################################################################