From d8063922f708cb02a8a782396b0353712f83f31f Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 25 Aug 2020 13:29:44 +0200 Subject: [PATCH] Update ms-configure (#495) Fixed a pair of typos. --- rhel/usr/sbin/ms-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/usr/sbin/ms-configure b/rhel/usr/sbin/ms-configure index 28152b3..a65bed9 100644 --- a/rhel/usr/sbin/ms-configure +++ b/rhel/usr/sbin/ms-configure @@ -314,11 +314,11 @@ if [ -f /etc/fedora-release ]; then fi # user info screen before the install process starts -echo "MailScanner Configurataion for RPM Based Systems"; echo; echo; +echo "MailScanner Configuration for RPM Based Systems"; echo; echo; echo "This will INSTALL or UPGRADE the required software for MailScanner on RPM based systems"; echo "via the Yum package manager. Supported distributions are RHEL 6,7,8 and associated"; echo "variants such as CentOS and Fedora. Internet connectivity is required for"; -echo "this configurataion script to execute. "; echo; +echo "this configuration script to execute. "; echo; echo; echo "WARNING - Make a backup of any custom configuration files if upgrading - WARNING"; echo;