summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 073cab191..310c3e2e5 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -194,6 +194,7 @@ class Core(object):
self.do_kill = False
self.do_restart = False
+ self.shuttedDown = False
self.log.info(_("Using home directory: %s") % getcwd())
@@ -430,6 +431,7 @@ class Core(object):
finally:
self.files.syncSave()
+ self.shuttedDown = True
def path(self, * args):