Skip to content

Commit

Permalink
#2935: install_rancher, add 'else' case
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent 66e5404 commit 26473d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ elif [ "$DISTRO_TYPE" = 'windows' ]; then
wget "$RANCHER_REPO"/releases/download/v${RANCHER_VERSION}/"$RANCHER_DISTRO"-v${RANCHER_VERSION}-rc1.zip
unzip -j "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.zip
rm "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.zip
else
echo 'Error: distro is not known, contact repository owner.'
exit
fi

## install rancher ecosystem
Expand Down

0 comments on commit 26473d9

Please sign in to comment.