From 8ef2a91a73c64a8079c7a1297e8830a92dbddf78 Mon Sep 17 00:00:00 2001 From: heavybullets8 Date: Sun, 18 Dec 2022 13:31:25 -0700 Subject: [PATCH] last commit on wording --- functions/misc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/misc.sh b/functions/misc.sh index 43e2947a..372b42d4 100644 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -146,7 +146,8 @@ echo while true do echo "We need to restart middlewared to finish the patch" - echo "This will cause a short downtime for your system" + echo "This will cause a short downtime for some minor services approximately 10-30 seconds" + echo "Applications should not be affected" read -rt 120 -p "Would you like to proceed? (y/N): " yesno || { echo -e "\nFailed to make a selection in time" ; exit; } case $yesno in [Yy] | [Yy][Ee][Ss])