Skip to content

Conversation

@mmalter-at-gandi
Copy link
Contributor

Fix detection of the OS. Whith that commit, autofs should not be disabled when in use.

Fix detection of the OS. Whith that commit, autofs should not be
disabled when in use.
lsb_distrib=$("${lsb}" -is)
fi
# Debian stretch
if [ ${major_version} -ge 9 ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debian stretch was identified by -ge 8 in the previous version. Any reason for this change?

lsb_release=$("${lsb}" -rs)
lsb_distrib=$("${lsb}" -is)
fi
# Debian stretch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Debian stretch
# Debian stretch and above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants