From 59c660c24b2df4826c655b7079d32a42ee8b5bd8 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 7 Jan 2010 06:19:51 -0600 Subject: [PATCH] Making the persistence behavior actually depend on enviroment variables --- src/theonering.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theonering.py b/src/theonering.py index 7952ab0..08f3175 100755 --- a/src/theonering.py +++ b/src/theonering.py @@ -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) -- 1.7.9.5