Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home committed May 19, 2022
1 parent f13849e commit fc27c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/candleappstore_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def __init__(self, verbose=True):
# create or remove developer.txt from /boot
if self.developer:
os.system('sudo touch /boot/developer.txt')
os.system('sudo systemctl start rsyslog.service')
else:
if os.path.isfile('/boot/developer.txt'):
os.system('sudo rm /boot/developer.txt')
Expand Down

0 comments on commit fc27c8d

Please sign in to comment.