X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fopensim%2Fmaybe_restart_opensim.sh;h=dc8a4b2ae379712f60861b8d90b98a2b61b930f0;hb=7fff225444f15fe05d1b899881e5201b9e413fac;hp=a6abe6358f296818a03746227d56cbeacc11eebd;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/opensim/maybe_restart_opensim.sh b/scripts/opensim/maybe_restart_opensim.sh index a6abe635..dc8a4b2a 100644 --- a/scripts/opensim/maybe_restart_opensim.sh +++ b/scripts/opensim/maybe_restart_opensim.sh @@ -2,7 +2,9 @@ # this locates the main opensim process if possible. if we cannot find it, # then the process is restarted. -source $SHELLDIR/opensim/opensim_utils.sh +#hmmm: this is really more for osgrid, since opensim has two servers. + +source $FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh # see if the process is findable. # (this approach will not work if the process actually freezes up but @@ -12,7 +14,7 @@ find_opensim_process OpenSim.exe if [ -z "$OS_PROC_ID" ]; then # 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 echo "$(date): Restarted opensim instance on $(hostname)." echo popd &>/dev/null