mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
847de5bef1
commit
e739fd38df
1 changed files with 2 additions and 0 deletions
|
|
@ -48,4 +48,6 @@ do
|
|||
EXTRA=$((EXTRA +1))
|
||||
done
|
||||
|
||||
logger -t scp_upload "${SSH_ORIGINAL_COMMAND}_${EXTRA}"
|
||||
|
||||
exec ${SSH_ORIGINAL_COMMAND}_${EXTRA}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue