add some sleep so that the script doesn't continue

This commit is contained in:
Daniel Hansson 2020-08-28 18:23:22 +02:00 committed by GitHub
parent c9930a3c7f
commit b78d28d4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -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
}