Remove old comments.

This commit is contained in:
Benoit.S « Benpro » 2013-08-05 21:47:23 +02:00
parent cddbd002f9
commit 526c443d75

View file

@ -19,8 +19,6 @@ trap "rm -f $PIDFILE" EXIT INT
# Executes tasks to do before rsync.
run-parts /etc/evobackup/actions.d/
# Handle include paths when the system OS is GNU/Linux or FreeBSD. Customize it
# if necessary.
hostname=$(hostname -f)
start=$(date --rfc-3339=seconds)
tmplog=$(mktemp --tmpdir=/tmp evobackup.XXX)