1
0
mirror of https://git.envs.net/envs/finger.git synced 2024-06-19 07:17:10 +00:00

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

4
nouser
View File

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