Do not allow versions below 16.04

This commit is contained in:
enoch85 2016-07-28 13:20:36 +02:00
parent 4bbe62b4b1
commit 42580df4f3
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ else
exit 1
fi
if [ $DISTRO -ge $DISTRO2 ]
if [ $DISTRO -gt $DISTRO2 ]
then
sleep 1
else

View File

@ -32,7 +32,7 @@ else
exit 1
fi
if [ $DISTRO -ge $DISTRO2 ]
if [ $DISTRO -gt $DISTRO2 ]
then
sleep 1
else

View File

@ -25,7 +25,7 @@ else
exit 1
fi
if [ $DISTRO -ge $DISTRO2 ]
if [ $DISTRO -gt $DISTRO2 ]
then
sleep 1
else