diff --git a/install_rancher b/install_rancher index f1662b300..d4bc961cd 100644 --- a/install_rancher +++ b/install_rancher @@ -50,4 +50,5 @@ if docker -v >/dev/null 2>&1; then rancher-compose up -f docker-compose.development -r rancher-compose.development else echo 'please install docker per https://github.com/jeff1evesque/machine-learning#installation' + exit fi