Skip to content
Snippets Groups Projects
Commit 6cb59402 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/relaunch_by_default' into 'master'

_v2-entry-point: use the relaunch container option by default

See merge request !28
parents 0e6df4c0 a1c99ac8
No related branches found
No related tags found
1 merge request!28_v2-entry-point: use the relaunch container option by default
Pipeline #7156 passed with warnings
......@@ -222,7 +222,8 @@ if [ -z "${STEAM_COMPAT_SESSION_ID-}" ]; then
is_main=yes
elif [ -n "$is_main" ]; then
info "Main program in session mode"
case "${PRESSURE_VESSEL_RELAUNCH_CONTAINER-0}" in
# Use the relaunch mode by default
case "${PRESSURE_VESSEL_RELAUNCH_CONTAINER-1}" in
(1)
relaunch=yes
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment