From 84eebc620a47203dfb45699e45f608dd445a5095 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Sep 2023 19:08:14 +0200 Subject: [PATCH] Add 'MOTD/greetings-pinger.sh' --- MOTD/greetings-pinger.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 MOTD/greetings-pinger.sh diff --git a/MOTD/greetings-pinger.sh b/MOTD/greetings-pinger.sh new file mode 100644 index 0000000..65f2d54 --- /dev/null +++ b/MOTD/greetings-pinger.sh @@ -0,0 +1,16 @@ +GREEN='\033[1;32m' +RESET='\033[0m' + +echo "" +echo -e "Welcome ${GREEN}%name%${RESET}! To run the updater enter the following to the console:" +echo "bash /opt/updater.sh" +echo "" +echo "" +echo -e "Make sure to rename /opt/pinger/Smartping-NAME.sh" +echo -e "Make sure to configure /opt/pinger/Smartping-NAME.sh" +echo "" +echo -e "Make sure to rename /etc/systemd/system/Smartping-NAME.service" +echo -e "Make sure to configure /etc/systemd/system/Smartping-NAME.service" +echo "" +echo -e "Start the Smartpinger with:" +echo -e "systemctl enable --now Smartpinger-NAME" \ No newline at end of file