Fixed issue 110, SyncMercurial error and undocumented requirement.

Added the documentation.
This commit is contained in:
Loic d'Anterroches
2009-01-26 09:44:32 +01:00
parent fccdcaa878
commit c11cd7bc62
2 changed files with 15 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ private_notify="/home/indefero/tmp/notify.tmp"
reload_cmd="/usr/sbin/apachectl -k graceful"
if [ -e $private_notify ]; then
$reload_cmd
rm -f $private_notify
$reload_cmd
fi