mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
5834020316
Currently if container under test has multiple IP addresses, the `docker_ip` function from `docker.sh` will return a gibberish. This patch makes it return the first address found. Additionally, I apply shellcheck on `docker.sh`.