removing global chmods

resolves #19; the issue is with tilde.town's use of /var/global. once
the permissions are set correctly on those to begin with, they should
just stick, so this isn't a ttbp issue.
master
endorphant 2017-11-29 12:20:37 -05:00
parent 85354189d7
commit a7d2cb4bdf
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ def write_global_feed(blogList):
""")
outfile.close()
subprocess.call(['chmod', 'a+w', FEED])
#subprocess.call(['chmod', 'a+w', FEED])
## misc helpers

View File

@ -270,7 +270,7 @@ press <enter> to begin, or <ctrl-c> to get out of here.
users.write(config.USER+"\n")
users.close()
subprocess.call(['chmod', 'a+w', config.USERFILE])
#subprocess.call(['chmod', 'a+w', config.USERFILE])
## make .ttbp directory structure
subprocess.call(["mkdir", config.PATH])