add space line after hello

This commit is contained in:
creme 2021-07-15 22:38:42 +02:00
parent 05a97683d6
commit aa676abb25
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 2 deletions

4
nouser
View File

@ -3,9 +3,9 @@
#. /etc/efingerd/log
if [ "$1" = "(null)" ]; then
printf "hello %s,\n" "$2"
printf "hello %s,\n\n" "$2"
else
printf "hello %s@%s\n" "$1" "$2"
printf "hello %s@%s\n\n" "$1" "$2"
fi