Update ms-configure (#495)

Fixed a pair of typos.
This commit is contained in:
Jordi Sanfeliu 2020-08-25 13:29:44 +02:00 committed by GitHub
parent 913ef778f6
commit d8063922f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;