last commit on wording
This commit is contained in:
parent
5083926056
commit
8ef2a91a73
@ -146,7 +146,8 @@ echo
|
|||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
echo "We need to restart middlewared to finish the patch"
|
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; }
|
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
|
case $yesno in
|
||||||
[Yy] | [Yy][Ee][Ss])
|
[Yy] | [Yy][Ee][Ss])
|
||||||
|
Loading…
Reference in New Issue
Block a user