mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-20 23:54:43 +01:00
Fix typo
This commit is contained in:
@@ -153,7 +153,7 @@ def startup_checks():
|
||||
file_exists = False
|
||||
if os.access('/data/key.txt', os.F_OK):
|
||||
file_exists = True
|
||||
if os.access('/data/key.txt', os.R_OK): chmod
|
||||
if os.access('/data/key.txt', os.R_OK):
|
||||
file_readable = True
|
||||
else:
|
||||
app.logger.error("/data/key.txt READ: FAILED")
|
||||
|
||||
Reference in New Issue
Block a user