mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Move comment.
This commit is contained in:
parent
f02e1c49b3
commit
2b49f338a0
1 changed files with 1 additions and 1 deletions
|
@ -477,8 +477,8 @@ __gather_linux_system_info() {
|
|||
# Let's convert CamelCase to Camel Case
|
||||
DISTRO_NAME=$(__camelcase_split "$DISTRO_NAME")
|
||||
fi
|
||||
#lsb_release -si returns "openSUSE project" on openSUSE 12.3
|
||||
if [ "${DISTRO_NAME}" = "openSUSE project" ]; then
|
||||
# lsb_release -si returns "openSUSE project" on openSUSE 12.3
|
||||
DISTRO_NAME="opensuse"
|
||||
fi
|
||||
rv=$(lsb_release -sr)
|
||||
|
|
Loading…
Add table
Reference in a new issue