argh, keeps flipping
authorChris Koeritz <fred@gruntose.com>
Thu, 14 Dec 2017 17:05:06 +0000 (12:05 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 14 Dec 2017 17:05:06 +0000 (12:05 -0500)
this -L flag has really hosed things up for me.

scripts/opensim/opensim_utils.sh

index de7dcc069f5e3a7130c68fa7f720b6170978be7d..14c83d46df7ca4e5eda7f67961af4d9425fdae24 100644 (file)
@@ -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.