Skip to content

Commit

Permalink
remove whonixsetup completed in whonix_setup_wizard __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
troubadoour committed Mar 10, 2015
1 parent 967c855 commit 30f8317
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions usr/share/pyshared/whonix_setup_wizard/whonix_setup_wizard.py
Expand Up @@ -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)
Expand Down

0 comments on commit 30f8317

Please sign in to comment.