From 9cce7a74f4ca8b4b1c15aeb7e17ec68d4a4051a8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 18 Feb 2012 13:05:19 -0500 Subject: [PATCH] added debug flag to get more info. --- 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 3e84b705..0f60a174 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -34,7 +34,7 @@ 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 "$app_name" + screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono --debug "$app_name" #-console=basic echo "$(mdate): $screen_name started." sleep $SNOOZE_TIME -- 2.34.1