From c5e443bfa5a5edbefd30671e85a0b8a4d9314b5b Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Sep 2023 20:02:01 +0200 Subject: [PATCH] Update 'MOTD/greetings-pinger.sh' Fixed oopsie --- MOTD/greetings-pinger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOTD/greetings-pinger.sh b/MOTD/greetings-pinger.sh index 774d4bb..82d850c 100644 --- a/MOTD/greetings-pinger.sh +++ b/MOTD/greetings-pinger.sh @@ -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" \ No newline at end of file