reverting part of [1994]: keep on calling apache restart properly

This commit is contained in:
Antoine Beaupré 2007-10-05 15:46:24 +00:00
parent 75e2f1cba1
commit a035c95f98
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ dolangs() {
find /var/alternc/bureau/locales -maxdepth 1 -mindepth 1 -type d -name "*_*" | dolangs
# Relance les apache pour qu'ils vident leur cache GetText
# invoke-rc.d apache restart
# invoke-rc.d apache-ssl restart
invoke-rc.d apache restart
invoke-rc.d apache-ssl restart
exit 0