Skip to content

Commit

Permalink
Run prequisities check
Browse files Browse the repository at this point in the history
Closes sttts#5
  • Loading branch information
jellonek committed Dec 21, 2016
1 parent 29765fd commit 6f0d1c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dind-up-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ function dind::step {
fi
}

dind::verify-prereqs
if [ $(basename "$0") = dind-up-cluster.sh ]; then
source "${DIND_ROOT}/config.sh"
dind::kube-up
Expand All @@ -290,4 +291,4 @@ if [ $(basename "$0") = dind-up-cluster.sh ]; then
elif [ $(basename "$0") = dind-down-cluster.sh ]; then
source "${DIND_ROOT}/config.sh"
dind::kube-down
fi
fi

0 comments on commit 6f0d1c9

Please sign in to comment.