From a8a1e779d98f0538855798b204b6a3fe457c5043 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 18 Dec 2019 21:35:17 +0100 Subject: [PATCH] [Update] Update update.sh ... --- update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index fe30ef38..a62bc0c7 100755 --- a/update.sh +++ b/update.sh @@ -14,10 +14,12 @@ fi if [[ "$(uname -r)" =~ ^4\.4\. ]]; then if grep -q Ubuntu <<< $(uname -a); then - echo "DO NOT RUN mailcow ON THIS UBUNTU KERNEL!"; + echo "DO NOT RUN mailcow ON THIS UBUNTU KERNEL!" echo "Please update to linux-generic-hwe-16.04 by running \"apt-get install --install-recommends linux-generic-hwe-16.04\"" + exit 1 fi - exit 1 + echo "mailcow on a 4.4.x kernel is not supported. It may or may not work, please upgrade your kernel or continue at your own risk." + read -p "Press any key to continue..." < /dev/tty fi # Exit on error and pipefail