Index: trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 table=SequenceProcessStatus
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 table=DataSetProcessStatus
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7213)
@@ -57,5 +57,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/correcttime
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/correcttime	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/correcttime	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 table=RunProcessStatus
Index: trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/filesondisk	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/filesondisk	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 cd $mars
Index: trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/fillstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/fillstar	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/fillstar	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/runganymed
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
Index: trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 7212)
+++ trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 7213)
@@ -27,5 +27,6 @@
 #
 
-source /home/operator/Mars/datacenter/scripts/sourcefile
+user=`whoami`
+source /home/$user/Mars/datacenter/scripts/sourcefile
 
 set -C
