1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

missing quote in localfacts (#97)

This commit is contained in:
georgejhunt 2017-07-04 15:39:45 -07:00 committed by GitHub
parent 7f80ed0345
commit cbb090fe71
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ case $OS_VER in
"debian-9" | \
"ubuntu-16" | \
"centos-7" | \
"raspbian-8") break
"raspbian-8")
;;
*) OS_VER="OS_not_supported"
;;
@ -48,6 +48,6 @@ cat <<EOF
"xo_model" : "$XO_VERSION",
"ansble_version" : "$ANSIBLE_VERSION",
"os" : "$OS",
"os_ver" : "$OS_VER}
"os_ver" : "$OS_VER"}
EOF