last commit on wording

This commit is contained in:
heavybullets8 2022-12-18 13:31:25 -07:00
parent 5083926056
commit 8ef2a91a73

View File

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