BugFix use sh function definition (#20)

This commit is contained in:
Mafoo
2016-06-11 15:25:56 +01:00
committed by FusionPBX
parent 90bc829d22
commit c8058538ab
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ check_OS=$(lsb_release -is)
check_Release_Major=$(lsb_release -rs | cut -d. -f1)
lsb_release -c | grep -i jessie > /dev/null
function unsupported_OS {
unsupported_OS () {
echo " Your OS appears to be: "
lsb_release -a
echo " Your OS is not currently supported... Exiting the install."