Making the persistence behavior actually depend on enviroment variables
authorEd Page <eopage@byu.net>
Thu, 7 Jan 2010 12:19:51 +0000 (06:19 -0600)
committerEd Page <eopage@byu.net>
Thu, 7 Jan 2010 12:19:51 +0000 (06:19 -0600)
src/theonering.py

index 7952ab0..08f3175 100755 (executable)
@@ -107,7 +107,6 @@ def main(logToFile):
        logging.info("Hostname: %s" % os.uname()[1])
 
        persist = 'THEONERING_PERSIST' in os.environ
-       persist = True
 
        try:
                run_theonering(persist)