From e2987abc9d50395604c7bb086c96b985a941f7b0 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Jul 2020 14:41:13 +0200 Subject: [PATCH] Fixed typos --- config/Motd/51-bckupnotice | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Motd/51-bckupnotice b/config/Motd/51-bckupnotice index ace94a1..3058403 100644 --- a/config/Motd/51-bckupnotice +++ b/config/Motd/51-bckupnotice @@ -1,8 +1,8 @@ #!/bin/sh red='\e[1;31m%s\e[0m\n' printf "\n" -printf $red "Backups are partilay set up," -printf $red "Please check the config to confim the settings" +printf $red "Backups are partially set up," +printf $red "Please check the config to confirm the settings" printf "\n" printf $red "Remove me by running rm /etc/update-motd.d/51-bckupnotice" printf "\n"