mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	kimai: Overwrite .env, instead of append
This commit is contained in:
		@@ -140,7 +140,7 @@ export COMPOSER_ALLOW_SUPERUSER=1
 | 
				
			|||||||
/usr/local/bin/composer install --optimize-autoloader -n
 | 
					/usr/local/bin/composer install --optimize-autoloader -n
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy and update kimai environment variables
 | 
					# Copy and update kimai environment variables
 | 
				
			||||||
cat << EOF >> .env
 | 
					cat << EOF > .env
 | 
				
			||||||
# For more infos about the variables, see .env.dist
 | 
					# For more infos about the variables, see .env.dist
 | 
				
			||||||
DATABASE_URL=mysql://kimai:$KIMAI_DB_PWD@localhost:3306/kimai?charset=utf8&serverVersion=mariadb-10.5.8
 | 
					DATABASE_URL=mysql://kimai:$KIMAI_DB_PWD@localhost:3306/kimai?charset=utf8&serverVersion=mariadb-10.5.8
 | 
				
			||||||
MAILER_FROM=admin@$LXC_DOMAIN
 | 
					MAILER_FROM=admin@$LXC_DOMAIN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user