Changeset 2549 for cpc/trunk/project/bin
- Timestamp:
- Jan 1, 2012, 6:35:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/bin/indexSolr.new
r2498 r2549 21 21 echo " suppression du fichier (tentative n°$STATUS)..."; 22 22 rm $LOCK 23 if [ $STATUS -ge 4]; then23 if [ $STATUS -ge 3 ]; then 24 24 echo "trying to restart Tomcat" 25 sudo /etc/init.d/tomcat5.5 restart 25 sudo /etc/init.d/tomcat5.5 restart > /tmp/log-restart-tomcat 2>&1 26 cat /tmp/log-restart-tomcat 26 27 STATUS="0" 27 28 fi
Note: See TracChangeset
for help on using the changeset viewer.