This commit is contained in:
iFargle
2023-02-15 20:47:20 +09:00
parent 60b17c9849
commit 32eee7acd4

View File

@@ -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")