Update 'MOTD/greetings-pinger.sh'

Added empty echo for better readability
This commit is contained in:
b.waal 2023-09-12 20:08:37 +02:00
parent 489934f71f
commit 204c8ca7c6

View File

@ -18,3 +18,4 @@ 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"
echo ""