From: Chris Koeritz Date: Thu, 14 Dec 2017 17:05:06 +0000 (-0500) Subject: argh, keeps flipping X-Git-Tag: 2.140.106^2~44 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5e4a4a843131e47c670165f91f60a15b31108036;hp=4594c648880209427a9de1895a62871046c65cbc;p=feisty_meow.git argh, keeps flipping this -L flag has really hosed things up for me. --- 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.