mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	cat the file, not the filename
This commit is contained in:
		
							
								
								
									
										2
									
								
								start.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								start.sh
									
									
									
									
									
								
							@@ -70,7 +70,7 @@ sed -e "s/##DOMAIN/${APP_DOMAIN}/g" \
 | 
				
			|||||||
    /home/git/app.ini.template > "/run/gogs/app.ini"
 | 
					    /home/git/app.ini.template > "/run/gogs/app.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# merge any user config file
 | 
					# merge any user config file
 | 
				
			||||||
[[ -f /app/data/app.ini ]] && echo "/app/data/app.ini" >> "/run/gogs/app.ini"
 | 
					[[ -f /app/data/app.ini ]] && cat "/app/data/app.ini" >> "/run/gogs/app.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir -p /app/data/repository /app/data/ssh
 | 
					mkdir -p /app/data/repository /app/data/ssh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user