From 5c19b294ebe13119ec129ac270ef07915b9bd6bf Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 13 Apr 2017 14:18:47 -0600 Subject: [PATCH] Add missing closing "fi" to if block --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ef7e442..715ea5d 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -556,6 +556,7 @@ if [ "$_CUSTOM_REPO_URL" != "null" ]; then if [ "$_DISABLE_REPOS" -eq $BS_FALSE ]; then echowarn "Detected -R option. No other repositories will be configured when -R is used. Setting -r option to True." _DISABLE_REPOS=$BS_TRUE + fi else _REPO_URL="repo.saltstack.com" fi