Update 'MOTD/greetings-pinger.sh'

Fixed oopsie
This commit is contained in:
b.waal 2023-09-12 20:02:01 +02:00
parent cc9d263c22
commit c5e443bfa5

View File

@ -14,7 +14,7 @@ echo -e "Make sure to configure /etc/systemd/system/Smartping-NAME.service"
echo ""
echo ""
echo -e "Start the Smartpinger with:"
echo -e "systemctl daemon-reload && systemctl enable --now Smartpinger-NAME"
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/greetings.sh"