not sure why i've been running under the debug flag.
authorChris Koeritz <fred@gruntose.com>
Sun, 26 Feb 2012 22:18:30 +0000 (17:18 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 26 Feb 2012 22:18:30 +0000 (17:18 -0500)
scripts/opensim/opensim_utils.sh

index 0f60a174d3711dc441796e55a4ea3ef2a58abe0f..e6bb96811d2bfc132e0b3ef8adee4f196a820953 100644 (file)
@@ -34,7 +34,8 @@ function launch_screen()
   screen_name="$1"; shift
   app_name="$1"; shift
   echo "$(mdate): starting $screen_name now..."
-  screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono --debug "$app_name" 
+  screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name" 
+##why? --debug 
 #-console=basic 
   echo "$(mdate): $screen_name started."
   sleep $SNOOZE_TIME