mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 14:16:40 +01:00 
			
		
		
		
	Possible fix for #183
This commit is contained in:
		| @@ -95,7 +95,7 @@ docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$my | |||||||
|  |  | ||||||
| # Wait for the MySQL Health Check equal "healthy" | # Wait for the MySQL Health Check equal "healthy" | ||||||
| echo "Waiting for MySQL to be healthy" | echo "Waiting for MySQL to be healthy" | ||||||
| until [ "`/usr/bin/docker inspect -f {{.State.Health.Status}} mysql`"=="healthy" ]; do | until [ "$(/usr/bin/docker inspect -f {{.State.Health.Status}} mysql)" == "healthy" ]; do | ||||||
|     sleep 0.1; |     sleep 0.1; | ||||||
| done; | done; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user