namely the OpenSim.exe process.
##why? --debug
#-console=basic
echo "$(date_stringer ' '): $screen_name started."
- sleep $SNOOZE_TIME
+ # only sleep if we are not at the last process that gets started.
+ if [ "$app_name" != "OpenSim.exe" ]; then
+ sleep $SNOOZE_TIME
+ fi
}
# finds the opensim process specified or returns a blank string in the
# jump into the opensim binaries directory so we can run stuff.
pushd $HOME/opensim/bin &>/dev/null
-launch_screen OpenSim OpenSim.exe
+launch_screen opensim OpenSim.exe
popd &>/dev/null