bug
This commit is contained in:
parent
3971dca710
commit
8b4067ab49
|
@ -49,7 +49,7 @@ setx cid=docker-compose ps -q "$service" 2>/dev/null || die "$service: service i
|
|||
setx ip=docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' "$cid"
|
||||
edebug "$service: $ip"
|
||||
|
||||
mysqlcmd="$(php bin/conndev.php -- "$ip" "$@")"
|
||||
mysqlcmd="$(php bin/conndev.php "$ip" "$@")"
|
||||
edebug "mysqlcmd: $mysqlcmd"
|
||||
|
||||
eval "$mysqlcmd"
|
||||
|
|
Loading…
Reference in New Issue