From 1c473c151fb7de612d194e557abc684257b36a85 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 5 Dec 2013 21:16:30 +0200 Subject: [PATCH] Updated info messages --- install/vst-install-debian.sh | 3 +-- install/vst-install-rhel.sh | 2 +- install/vst-install-ubuntu.sh | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 495e95dcc..f512cba63 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -145,7 +145,7 @@ rm -f $tmpfile if [ ! -z "$conflicts" ] && [ -z "$force" ]; then echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!' echo - echo 'Following rpm packages are already installed:' + echo 'Following packages are already installed:' echo "$conflicts" echo echo 'It is highly recommended to remove them before proceeding.' @@ -206,7 +206,6 @@ if [ -z $email ]; then echo ' - MySQL database server' echo ' - Vsftpd FTP server' echo - echo ' * SELinux and Iptables will be disabled' echo read -p 'Do you want to proceed? [y/n]): ' answer diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 01eec098e..c4b1203c2 100644 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -142,7 +142,7 @@ rm -f $tmpfile if [ ! -z "$conflicts" ] && [ -z "$force" ]; then echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!' echo - echo 'Following rpm packages are already installed:' + echo 'Following packages are already installed:' echo "$conflicts" echo echo 'It is highly recommended to remove them before proceeding.' diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 8bcb86a39..8616992be 100644 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -147,7 +147,7 @@ rm -f $tmpfile if [ ! -z "$conflicts" ] && [ -z "$force" ]; then echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!' echo - echo 'Following rpm packages are already installed:' + echo 'Following packages are already installed:' echo "$conflicts" echo echo 'It is highly recommended to remove them before proceeding.' @@ -208,7 +208,6 @@ if [ -z $email ]; then echo ' - MySQL database server' echo ' - Vsftpd FTP server' echo - echo ' * SELinux and Iptables will be disabled' echo read -p 'Do you want to proceed? [y/n]): ' answer