mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 00:03:57 -04:00 
			
		
		
		
	Able to use GOGS_WORK_DIR environment variable to specify work directory
				
					
				
			This commit is contained in:
		
							parent
							
								
									cc83043edc
								
							
						
					
					
						commit
						32c12d553c
					
				| @ -201,6 +201,11 @@ func ExecPath() (string, error) { | ||||
| 
 | ||||
| // WorkDir returns absolute path of work directory. | ||||
| func WorkDir() (string, error) { | ||||
| 	wd := os.Getenv("GOGS_WORK_DIR") | ||||
| 	if len(wd) > 0 { | ||||
| 		return wd, nil | ||||
| 	} | ||||
| 
 | ||||
| 	execPath, err := ExecPath() | ||||
| 	if err != nil { | ||||
| 		return execPath, err | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user