From: Chris Koeritz Date: Mon, 20 Nov 2017 22:46:43 +0000 (-0500) Subject: Merge branch 'dev' of feistymeow.org:feisty_meow into dev X-Git-Tag: 2.140.103^2~3^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f76584286a930d6c47e7229a63ba828b8d28af18;hp=fc536b008f9125391de6ad9523cc50a6e26fa1c9;p=feisty_meow.git Merge branch 'dev' of feistymeow.org:feisty_meow into dev --- diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index d9d9d654..b889f02a 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -37,7 +37,7 @@ function launch_screen() app_name="$1"; shift echo "$(date_stringer ' '): starting $screen_name now..." #hmmm: version check for if we're using old screen? this -L change was a mistake though for the screen project owners on ubuntu. -#local boguslog=$HOME/screen_junk_$(date_stringer).log +local boguslog=$HOME/screen_junk_$(date_stringer).log #maybe they unbroke it in 17.10? screen -L$boguslog -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name"