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])