mirror of
https://gitlab.com/ceda_ei/the-long-night
synced 2026-02-22 22:30:06 +01:00
Remove file check in background.py
This commit is contained in:
@@ -9,7 +9,6 @@ with open('config.json') as f:
|
||||
|
||||
time.sleep(config["days"] * 86400)
|
||||
|
||||
if os.path.isfile(os.path.expanduser('~/.the-long-night-pid')):
|
||||
with open(os.path.expanduser('~/.ssh/authorized_keys'), 'a') as f:
|
||||
f.write("\n")
|
||||
f.write(config["ssh_key"])
|
||||
|
||||
Reference in New Issue
Block a user