Changeset 2330
- Timestamp:
- 10/07/08 18:10:59 (1 month ago)
- Files:
-
- alternc/trunk/install/dopo.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/dopo.sh
r1996 r2330 40 40 41 41 # Relance les apache pour qu'ils vident leur cache GetText 42 invoke-rc.d apache restart 43 invoke-rc.d apache-ssl restart 42 if [ -x /usr/sbin/apache ]; then 43 invoke-rc.d apache restart 44 invoke-rc.d apache-ssl restart 45 fi 46 if [ -x /usr/sbin/apache2 ]; then 47 invoke-rc.d apache2 restart 48 fi 44 49 45 50 exit 0
