From 204c8ca7c6cbfaf5adfe90baba0b821abd2f02b8 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Sep 2023 20:08:37 +0200 Subject: [PATCH] Update 'MOTD/greetings-pinger.sh' Added empty echo for better readability --- MOTD/greetings-pinger.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MOTD/greetings-pinger.sh b/MOTD/greetings-pinger.sh index 5afe9ef..bce9501 100644 --- a/MOTD/greetings-pinger.sh +++ b/MOTD/greetings-pinger.sh @@ -17,4 +17,5 @@ echo -e "Start the Smartpinger with:" echo -e "systemctl daemon-reload && systemctl enable --now Smartping-NAME" echo "" echo -e "To remove this message run:" -echo -e "sed -i '8,20d' /etc/profile.d/greeting.sh" \ No newline at end of file +echo -e "sed -i '8,20d' /etc/profile.d/greeting.sh" +echo "" \ No newline at end of file