From: cajus Date: Wed, 16 Apr 2008 11:21:33 +0000 (+0000) Subject: Added warning about the apache reload X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ca64b24951f9b8f3eeccf23ab29481141d30ae32;p=gosa.git Added warning about the apache reload git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10500 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index 1f08fd1fe..4ee35090d 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -188,6 +188,8 @@ function rescan_i18n() exit (5); } } + + echo "! Warning: you may need to reload your webservice!\n"; }