mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Fix syntax error.
This commit is contained in:
parent
5012fc5f25
commit
59ee9e20ef
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ __check_end_of_life_versions() {
|
|||
case "${DISTRO_NAME_L}" in
|
||||
debian)
|
||||
# Debian versions bellow 6 are not supported
|
||||
if ([ $DISTRO_MAJOR_VERSION -lt 6 ]; then
|
||||
if [ $DISTRO_MAJOR_VERSION -lt 6 ]; then
|
||||
echoerror "End of life distributions are not supported."
|
||||
echoerror "Please consider upgrading to the next stable. See:"
|
||||
echoerror " https://wiki.debian.org/DebianReleases"
|
||||
|
|
Loading…
Add table
Reference in a new issue