File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,14 +264,14 @@ function quiesce_sources_if_needed() {
264264 # quiesce sources. Only upgrades going to 2025.4.0.0 or greater need
265265 # this hack to quiesce sources.
266266 #
267- compare_versions " $UPGRADE_VERSION " lt " 2025.4.0.0-0" || return 0
267+ compare_versions " $UPGRADE_VERSION " lt " 2025.4.0.0-0" && return 0
268268
269269 #
270270 # Also, if the version we're coming from is 2025.3.0.1 or greater, then
271271 # don't quiesce sources. All versions 2025.3.0.1 and greater, should
272272 # quiesce sources properly from the stack's upgrade logic.
273273 #
274- compare_versions " $UPGRADE_BASE_VERSION " ge " 2025.3.0.1-0" || return 0
274+ compare_versions " $UPGRADE_BASE_VERSION " ge " 2025.3.0.1-0" && return 0
275275
276276 #
277277 # At this point, we know we're:
You can’t perform that action at this time.
0 commit comments