soup will now ask to update packages

This commit is contained in:
Mike Reeves
2021-04-21 16:37:13 -04:00
parent b5b0c262c1
commit fa972ea110

View File

@@ -178,7 +178,7 @@ check_os_updates() {
echo "Continuing without updating packages" echo "Continuing without updating packages"
elif [[ "$confirm" == [uU] ]]; then elif [[ "$confirm" == [uU] ]]; then
echo "Applying Grid Updates" echo "Applying Grid Updates"
salt \* -b 5 state.apply patch.os salt \* -b 5 state.apply patch.os queue=True
else else
echo "Exiting soup" echo "Exiting soup"
exit 0 exit 0