Make listing supported OSs consistent with releases and editions

This commit is contained in:
Martin Wimpress 2022-02-21 17:34:30 +00:00
parent e13b931538
commit 4cee4d3d63
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -1835,7 +1835,8 @@ if [ -n "${1}" ]; then
exit 0
fi
else
echo "ERROR! You must specify an operating system:"
echo "ERROR! You must specify an operating system."
echo -n " - Operating Systems: "
os_support
exit 1
fi