Code

Added warning about the apache reload
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Apr 2008 11:21:33 +0000 (11:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Apr 2008 11:21:33 +0000 (11:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10500 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/update-gosa

index 1f08fd1fef26d48e8754eaeb1840d645778010b5..4ee35090d3f705a467618f42b59a4c13931abca8 100755 (executable)
@@ -188,6 +188,8 @@ function rescan_i18n()
                        exit (5);
                }
        }
+
+       echo "! Warning: you may need to reload your webservice!\n";
 }