From 77e9c3660c6225b22e45b3960f05c093a7f40671 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Tue, 19 Nov 2024 10:45:45 +0100 Subject: [PATCH] fix typo in command line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be0d422..b4d4483 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Koozali SME Server wrapper to configure postfix config setprop qmail status disabled systemctl stop qmail signal-event email-update - dnf install smerserver-postfix + dnf install smeserver-postfix ``` @@ -43,7 +43,7 @@ to remove config setprop qmail status enabled systemctl start qmail signal-event email-update - dnf remove smerserver-postfix + dnf remove smeserver-postfix ```