X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fopensim%2Fopensim_utils.sh;h=3985411f1c34c5192e7242924c886a2d8f8a779c;hb=efdd0611b7c22bbd7b337130ecb44918f9d429a1;hp=9405ba6fca8f3d24b5bf25284678413da002170a;hpb=24f722f9af5d3e01beb9cdb0664c47b67c353b38;p=feisty_meow.git diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index 9405ba6f..3985411f 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -40,7 +40,10 @@ function launch_screen() ##why? --debug #-console=basic echo "$(date_stringer ' '): $screen_name started." - sleep $SNOOZE_TIME + # only sleep if we are not at the last process that gets started. + if [ "$app_name" != "OpenSim.exe" ]; then + sleep $SNOOZE_TIME + fi } # finds the opensim process specified or returns a blank string in the