Skip to content

Commit

Permalink
#2935: install_rancher, replace 'exit' with 'exit 1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent eb184ce commit 4cb3782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case "${CURRENT_DISTRO}" in
RANCHER_DISTRO='rancher-compose-windows-amd64';;
*)
echo 'Error: distro is not known, contact repository owner.'
exit
exit 1
esac

## download rancher-compose
Expand Down Expand Up @@ -63,5 +63,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
exit 1
fi

0 comments on commit 4cb3782

Please sign in to comment.