crashlog: put into syslog that we have received a file.

when deleting files all traces is gone might be good to have
a log of what files has been transferred even if the file itself
is gone.
This commit is contained in:
Kenneth Johansson 2015-09-24 13:15:44 +02:00
parent 847de5bef1
commit e739fd38df

View file

@ -48,4 +48,6 @@ do
EXTRA=$((EXTRA +1))
done
logger -t scp_upload "${SSH_ORIGINAL_COMMAND}_${EXTRA}"
exec ${SSH_ORIGINAL_COMMAND}_${EXTRA}