corrected log formatting

This commit is contained in:
James Tomasino 2019-01-12 19:41:18 -05:00
parent 45e5d5510d
commit 6f96caf9a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
printf "%s %s fingered from %s@%s" "$(date)" "$3" "$1" "$2" >> /var/log/efingerd.log
printf "%s %s fingered from %s@%s\\n" "$(date)" "$3" "$1" "$2" >> /var/log/efingerd.log