diff options
Diffstat (limited to 'examples/cron/manpages.sh')
-rwxr-xr-x | examples/cron/manpages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/manpages.sh b/examples/cron/manpages.sh index cd65dc4a6..da58d9410 100755 --- a/examples/cron/manpages.sh +++ b/examples/cron/manpages.sh @@ -24,7 +24,7 @@ then fi # Creating lock trap -trap "test -f ${SERVER}/lock && rm -f ${SERVER}/lock; exit 0" 0 1 2 3 9 15 +trap "test -f ${SERVER}/lock && rm -f ${SERVER}/lock; exit 0" 0 HUP INT QUIT KILL TERM # Creating lock file echo "${DATE_START}" > "${SERVER}"/lock |