Skip to content

Commit

Permalink
default FORKWAIT to 2 see #527
Browse files Browse the repository at this point in the history
  • Loading branch information
frostworx committed Jul 28, 2022
1 parent 7a5c8c9 commit 8dedb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ function setDefaultCfgValues {
if [ -z "$CUSTOMCMD_ARGS" ] ; then CUSTOMCMD_ARGS="$NON"; fi
if [ -z "$ONLY_CUSTOMCMD" ] ; then ONLY_CUSTOMCMD="0"; fi
if [ -z "$FORK_CUSTOMCMD" ] ; then FORK_CUSTOMCMD="0"; fi
if [ -z "$FORKWAIT" ] ; then FORKWAIT="0"; fi
if [ -z "$FORKWAIT" ] ; then FORKWAIT="2"; fi
if [ -z "$INJECT_CUSTOMCMD" ] ; then INJECT_CUSTOMCMD="0"; fi
if [ -z "$INJECTWAIT" ] ; then INJECTWAIT="0"; fi
if [ -z "$USEIGCS" ] ; then USEIGCS="0"; fi
Expand Down

0 comments on commit 8dedb7c

Please sign in to comment.