X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fopensim%2Frun_osgrid.sh;h=b03f62b1e7f5f4d5a015712a0846fc1c8002df1c;hb=28e22792f4a695334fd5cc80b5a7a2774cec9432;hp=52a38b87af6ea9cbc26471c262c3372d4c5561e5;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/opensim/run_osgrid.sh b/scripts/opensim/run_osgrid.sh index 52a38b87..b03f62b1 100644 --- a/scripts/opensim/run_osgrid.sh +++ b/scripts/opensim/run_osgrid.sh @@ -3,11 +3,12 @@ # screen utility. note that this will only be useful for an osgrid-attached # sim server. -source $FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" +source "$FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh" # 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