[Swift-commit] r7927 - trunk/bin

tga at ci.uchicago.edu tga at ci.uchicago.edu
Tue Jun 24 10:11:01 CDT 2014


Author: tga
Date: 2014-06-24 10:11:01 -0500 (Tue, 24 Jun 2014)
New Revision: 7927

Modified:
   trunk/bin/start-coaster-service
Log:
Don't require gensites to be on path for start-coasters-service

Modified: trunk/bin/start-coaster-service
===================================================================
--- trunk/bin/start-coaster-service	2014-06-24 15:06:27 UTC (rev 7926)
+++ trunk/bin/start-coaster-service	2014-06-24 15:11:01 UTC (rev 7927)
@@ -209,9 +209,9 @@
 
 echo Generating sites.xml
 if [ -f "gensites.template" ]; then
-   gensites $( cat gensites.template ) -p $CONFIG_FILE > sites.xml
+   $SWIFT_BIN/gensites $( cat gensites.template ) -p $CONFIG_FILE > sites.xml
 else
-   gensites persistent-coasters -p $CONFIG_FILE > sites.xml
+   $SWIFT_BIN/gensites persistent-coasters -p $CONFIG_FILE > sites.xml
 fi
 
 # Start workers




More information about the Swift-commit mailing list