diff --git a/app/entrypoint.sh b/app/entrypoint.sh index 5b664fe..b8437dd 100644 --- a/app/entrypoint.sh +++ b/app/entrypoint.sh @@ -18,7 +18,7 @@ host="$(echo ${host/:$port/} | cut -d/ -f1)" db="$(echo $url | grep / | cut -d/ -f2-)" # Create service and node if they doesnt exist -mysql $db -h $host -P $port -u $user -p"$pass" <