From b78d28d4edb7d562bf95b118e4266aba98b07d97 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 28 Aug 2020 18:23:22 +0200 Subject: [PATCH] add some sleep so that the script doesn't continue --- lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib.sh b/lib.sh index a47faf20..290838ab 100644 --- a/lib.sh +++ b/lib.sh @@ -794,6 +794,8 @@ msg_box "Your current Ubuntu version is $DISTRO but must be between 18.04 - 20.0 msg_box "Please contact us to get support for upgrading your server: https://www.hanssonit.se/#contact https://shop.hanssonit.se/" +msg_box "We will now pause for 60 seconds. Please press CTRL+C when prompted to do so." +countdown "Please press CTRL+C to abort..." 60 fi }