communicate to the viewer that OS patches may take some time

This commit is contained in:
Jason Ertel
2025-11-19 09:56:42 -05:00
parent cec1890b6b
commit 76cbd18d2c

View File

@@ -271,7 +271,7 @@ check_os_updates() {
if [[ "$confirm" == [cC] ]]; then
echo "Continuing without updating packages"
elif [[ "$confirm" == [uU] ]]; then
echo "Applying Grid Updates"
echo "Applying Grid Updates. The following patch.os salt state may take a while depending on how many packages need to be updated."
update_flag=true
else
echo "Exiting soup"