From 30f8317ccfe494de691c38a640ac0b1394a2666f Mon Sep 17 00:00:00 2001 From: troubadoour Date: Tue, 10 Mar 2015 21:21:31 +0000 Subject: [PATCH] remove whonixsetup completed in whonix_setup_wizard __init__ --- .../pyshared/whonix_setup_wizard/whonix_setup_wizard.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/usr/share/pyshared/whonix_setup_wizard/whonix_setup_wizard.py b/usr/share/pyshared/whonix_setup_wizard/whonix_setup_wizard.py index 2cb6cb5..f1d6bfd 100644 --- a/usr/share/pyshared/whonix_setup_wizard/whonix_setup_wizard.py +++ b/usr/share/pyshared/whonix_setup_wizard/whonix_setup_wizard.py @@ -567,13 +567,6 @@ def __init__(self): self.first_use_notice = FirstUseNotice() self.addPage(self.first_use_notice) - # whonixsetup completed. - if not os.path.exists('/var/cache/whonix-setup-wizard/status-files'): - os.mkdir('/var/cache/whonix-setup-wizard/status-files') - - whonixsetup_done = open('/var/cache/whonix-setup-wizard/status-files/whonixsetup.done', 'w') - whonixsetup_done.close() - elif Common.argument == 'locale_settings': self.locale_settings = LocaleSettings() self.addPage(self.locale_settings)