mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add missing closing "fi" to if block
This commit is contained in:
parent
4a7524cc10
commit
5c19b294eb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue