Index: trunk/tools/eam/rebalance/launch.insert.sh
===================================================================
--- trunk/tools/eam/rebalance/launch.insert.sh	(revision 42606)
+++ trunk/tools/eam/rebalance/launch.insert.sh	(revision 42607)
@@ -4,8 +4,6 @@
 set mode = insert
 # set mode = insert.check
-set mydir = /data/ipphome1.0/home/eugene/rebalance.20240129
-
-source $mydir/configure.sh
 set program = `basename $0`
+source $HOME/.rebalance.sh
 
 if ($#argv == 0) then
@@ -45,9 +43,9 @@
   set myhost = `hostname`
   if ($tn != $myhost) then
-    echo "ERROR: need to run $mode on the source host ($tn vs $myhost)"
+    echo "ERROR: need to run $mode on the target host ($tn vs $myhost)"
     exit 3
   endif
 
-  echo "running on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
+  echo "running $program on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
   mkdir -p $hn.$hv
   echo "./rebalance.mana $mode $hn $hv $tn $tv $version > & $hn.$hv/log.$mode.$version.$run &"
