mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Permission check correct file
This commit is contained in:
parent
9f6f76c1ad
commit
0231409224
@ -47,7 +47,7 @@ def read_config(opts, config_file='config.py'):
|
||||
sys.exit(2)
|
||||
st = os.stat(config_file)
|
||||
if st.st_mode & stat.S_IRWXG or st.st_mode & stat.S_IRWXO:
|
||||
print "WARNING: unsafe permissions on config.py (should be 0600)!"
|
||||
print "WARNING: unsafe permissions on {0} (should be 0600)!".format(config_file)
|
||||
|
||||
options = opts
|
||||
if not hasattr(options, 'verbose'):
|
||||
|
Loading…
Reference in New Issue
Block a user