mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	update start.sh in order to compatible with supervisor
This commit is contained in:
		
					parent
					
						
							
								3969d704a0
							
						
					
				
			
			
				commit
				
					
						9a3e1790a1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								start.sh
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								start.sh
									
										
									
									
									
								
							| 
						 | 
					@ -8,8 +8,8 @@
 | 
				
			||||||
IFS=' 
 | 
					IFS=' 
 | 
				
			||||||
	'
 | 
						'
 | 
				
			||||||
PATH=/bin:/usr/bin:/usr/local/bin
 | 
					PATH=/bin:/usr/bin:/usr/local/bin
 | 
				
			||||||
HOME=${HOME:?"need \$HOME variable"}
 | 
					 | 
				
			||||||
USER=$(whoami)
 | 
					USER=$(whoami)
 | 
				
			||||||
 | 
					HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6)
 | 
				
			||||||
export USER HOME PATH
 | 
					export USER HOME PATH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cd "$(dirname $0)" && exec ./gogs web
 | 
					cd "$(dirname $0)" && exec ./gogs web
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue