Changeset 838
- Timestamp:
- Aug 25, 2010, 4:58:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/gscf_continuous_integration.sh
r837 r838 36 36 TOMCAT_STOP="sudo /etc/init.d/tomcat-6 stop" 37 37 TOMCAT_START="sudo /etc/init.d/tomcat-6 start" 38 APACHE_RESTART="sudo /etc/init.d/apache2 graceful" 38 39 elif [ -f /etc/debian_version ]; then 39 40 # DEBIAN … … 45 46 TOMCAT_STOP="/home/tomcat/apache-tomcat/bin/shutdown.sh" 46 47 TOMCAT_START="/home/tomcat/apache-tomcat/bin/startup.sh" 48 APACHE_RESTART="sudo /etc/init.d/apache2 restart" 47 49 else 48 50 echo Could not determine platform.... … … 217 219 # -somehow- make the sudo commands fail) 218 220 echo $STAMP reloading Apache 219 sudo /etc/init.d/apache2 graceful > /dev/null 221 $APACHE_RESTART > /dev/null 2>&1 220 222 221 223 # update revision file
Note: See TracChangeset
for help on using the changeset viewer.