From 5e4a4a843131e47c670165f91f60a15b31108036 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 14 Dec 2017 12:05:06 -0500 Subject: [PATCH] argh, keeps flipping this -L flag has really hosed things up for me. --- scripts/opensim/opensim_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index de7dcc06..14c83d46 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -41,7 +41,7 @@ function launch_screen() #maybe they unbroke it in 17.10? yes, but it requires NO space now. *&@#*&@# #hmmm: bring back old version but check for ubuntu 17.04 vs 17.10 now. #actually they made it a new parm. arghhh! - screen -L$boguslog -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name" + screen -L $boguslog -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name" echo "$(date_stringer ' '): $screen_name started." # only sleep if we are not at the last process that gets started. -- 2.34.1