From: Ed Page Date: Thu, 7 Jan 2010 12:19:51 +0000 (-0600) Subject: Making the persistence behavior actually depend on enviroment variables X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=inline;h=59c660c24b2df4826c655b7079d32a42ee8b5bd8;p=theonering Making the persistence behavior actually depend on enviroment variables --- 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)