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.
This commit is contained in:
		
							parent
							
								
									85354189d7
								
							
						
					
					
						commit
						a7d2cb4bdf
					
				| @ -259,7 +259,7 @@ def write_global_feed(blogList): | |||||||
| """) | """) | ||||||
| 
 | 
 | ||||||
|     outfile.close() |     outfile.close() | ||||||
|     subprocess.call(['chmod', 'a+w', FEED]) |     #subprocess.call(['chmod', 'a+w', FEED]) | ||||||
| 
 | 
 | ||||||
| ## misc helpers | ## misc helpers | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -270,7 +270,7 @@ press <enter> to begin, or <ctrl-c> to get out of here. | |||||||
|     users.write(config.USER+"\n") |     users.write(config.USER+"\n") | ||||||
|     users.close() |     users.close() | ||||||
| 
 | 
 | ||||||
|     subprocess.call(['chmod', 'a+w', config.USERFILE]) |     #subprocess.call(['chmod', 'a+w', config.USERFILE]) | ||||||
| 
 | 
 | ||||||
|     ## make .ttbp directory structure |     ## make .ttbp directory structure | ||||||
|     subprocess.call(["mkdir", config.PATH]) |     subprocess.call(["mkdir", config.PATH]) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user