fix bug where onionr would complain while restarting about not being able to start

This commit is contained in:
Kevin 2020-06-27 18:03:20 -05:00
parent c5fd39c762
commit b878faeb4c
3 changed files with 11 additions and 1 deletions

View file

@ -36,3 +36,5 @@ onboarding_mark_file = home + 'onboarding-completed'
log_file = home + 'onionr.log'
ephemeral_services_file = home + 'ephemeral-services.list'
restarting_indicator = home + "is-restarting"