compose-switch
compose-switch copied to clipboard
Continue if docker-compose (v1) is not installed
The check at https://github.com/docker/compose-switch/blob/2fe0b713c6839e86239e4930b98fe94f3c68f4e2/install_on_linux.sh#L21 fails if docker-compose (v1) is not installed. Due to the set -e the scripts exits at this point.
This fix make sure the script continues.
@BBaoVanC please review this one as well?
Had the same issue, this is a working fix!
@nicksieger Would it be possible if you can merge this PR?
merge with PR