[Swift-commit] r5792 - trunk/tests/sites/osg

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue May 22 10:30:19 CDT 2012


Author: davidk
Date: 2012-05-22 10:30:18 -0500 (Tue, 22 May 2012)
New Revision: 5792

Modified:
   trunk/tests/sites/osg/coaster-service.conf
Log:
Updates for osg config file


Modified: trunk/tests/sites/osg/coaster-service.conf
===================================================================
--- trunk/tests/sites/osg/coaster-service.conf	2012-05-22 15:25:28 UTC (rev 5791)
+++ trunk/tests/sites/osg/coaster-service.conf	2012-05-22 15:30:18 UTC (rev 5792)
@@ -5,7 +5,7 @@
 export IPADDR=engage-submit3.renci.org
 
 # Make sure we always use $OSG_WN_TMP as our work directory
-export WORKER_INIT_CMD="ln -s \$OSG_WN_TMP /tmp/osg_wn_tmp"
+export WORKER_INIT_CMD="if [ ! -h /tmp/osg_wn_tmp ]; then ln -s \$OSG_WN_TMP /tmp/osg_wn_tmp; fi"
 
 # How to launch workers: local, ssh, cobalt, or futuregrid
 export WORKER_MODE=gwms




More information about the Swift-commit mailing list