From 42580df4f3fe7407d249bf21d38b4122522df989 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Thu, 28 Jul 2016 13:20:36 +0200 Subject: [PATCH] Do not allow versions below 16.04 --- nextcloud_install_production.sh | 2 +- static/phpmyadmin_install_ubuntu16.sh | 2 +- static/redis-server-ubuntu16.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 489b3dcd..53d8d6d9 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -67,7 +67,7 @@ else exit 1 fi -if [ $DISTRO -ge $DISTRO2 ] +if [ $DISTRO -gt $DISTRO2 ] then sleep 1 else diff --git a/static/phpmyadmin_install_ubuntu16.sh b/static/phpmyadmin_install_ubuntu16.sh index 32dadf7d..fc7f9728 100644 --- a/static/phpmyadmin_install_ubuntu16.sh +++ b/static/phpmyadmin_install_ubuntu16.sh @@ -32,7 +32,7 @@ else exit 1 fi -if [ $DISTRO -ge $DISTRO2 ] +if [ $DISTRO -gt $DISTRO2 ] then sleep 1 else diff --git a/static/redis-server-ubuntu16.sh b/static/redis-server-ubuntu16.sh index 99a30a52..9449ffcb 100644 --- a/static/redis-server-ubuntu16.sh +++ b/static/redis-server-ubuntu16.sh @@ -25,7 +25,7 @@ else exit 1 fi -if [ $DISTRO -ge $DISTRO2 ] +if [ $DISTRO -gt $DISTRO2 ] then sleep 1 else