From aa676abb2593854fcaeb4ca7370c4f0f354fb36d Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 15 Jul 2021 22:38:42 +0200 Subject: [PATCH] add space line after hello --- nouser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nouser b/nouser index cd21267..a0e0cfb 100755 --- a/nouser +++ b/nouser @@ -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