Must remove " from hostname
This commit is contained in:
		@@ -22,7 +22,7 @@ cat << EOF > mailcow.conf
 | 
				
			|||||||
# example.org is _not_ a valid hostname, use a fqdn here.
 | 
					# example.org is _not_ a valid hostname, use a fqdn here.
 | 
				
			||||||
# Default admin user is "admin"
 | 
					# Default admin user is "admin"
 | 
				
			||||||
# Default password is "moohoo"
 | 
					# Default password is "moohoo"
 | 
				
			||||||
MAILCOW_HOSTNAME="${MAILCOW_HOSTNAME}"
 | 
					MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ------------------------------
 | 
					# ------------------------------
 | 
				
			||||||
# SQL database configuration
 | 
					# SQL database configuration
 | 
				
			||||||
@@ -49,5 +49,5 @@ POPS_PORT=995
 | 
				
			|||||||
SIEVE_PORT=4190
 | 
					SIEVE_PORT=4190
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Your timezone
 | 
					# Your timezone
 | 
				
			||||||
TZ="${TZ}"
 | 
					TZ=${TZ}
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user