Skip to content

Commit

Permalink
Hotfix (missed exit statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect committed Jan 2, 2019
1 parent 82f98f4 commit 496936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo '===> DSE Configuration'
# See if we've already completed bootstrapping
if [ -f killrvideo_bootstrapped ]; then
echo '=> Configuration already completed, exiting'

exit 0
fi

# Default addresses to use for DSE cluster if starting in Docker
Expand Down

0 comments on commit 496936e

Please sign in to comment.