leave behind editable global files

Este commit está contenido en:
vilmibm 2017-11-22 05:12:49 +00:00
padre b4b2b34158
commit 63cc187557
Se han modificado 2 ficheros con 3 adiciones y 0 borrados

Ver fichero

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

Ver fichero

@ -269,6 +269,8 @@ 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])
## make .ttbp directory structure
subprocess.call(["mkdir", config.PATH])
subprocess.call(["mkdir", config.USER_CONFIG])