Skip to content

Commit

Permalink
extra/startup.sh: fix CLOUD_PROVIDER unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Durrheimer committed Oct 9, 2019
1 parent 48e947d commit 0addfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/startup.sh
Expand Up @@ -16,6 +16,7 @@ _() {
DEBUG=${DEBUG:-0}
STACK_BRANCH=${STACK_BRANCH:-"master"}
VAR_LIB_DEVICE=${VAR_LIB_DEVICE:-""}
CLOUD_PROVIDER=${CLOUD_PROVIDER:-""}

finish() {
if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit 0addfd1

Please sign in to comment.