X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fopensim%2Fmaybe_restart_opensim.sh;h=f6d5e7a4e11be4001f4bfb4adffcb656365c5676;hb=4e0d105164d48387cb49d71a695bfed9a94b8221;hp=10ee9bb3f44d465c8db25e023f8c0f8a480c342f;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/opensim/maybe_restart_opensim.sh b/scripts/opensim/maybe_restart_opensim.sh index 10ee9bb3..f6d5e7a4 100644 --- a/scripts/opensim/maybe_restart_opensim.sh +++ b/scripts/opensim/maybe_restart_opensim.sh @@ -2,7 +2,10 @@ # this locates the main opensim process if possible. if we cannot find it, # then the process is restarted. -source $FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh +#hmmm: this is really more for osgrid, since opensim has two servers. + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" +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 +15,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