Explorar o código

Updated info messages

Serghey Rodin %!s(int64=12) %!d(string=hai) anos
pai
achega
1c473c151f

+ 1 - 2
install/vst-install-debian.sh

@@ -145,7 +145,7 @@ rm -f $tmpfile
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo
     echo
-    echo 'Following rpm packages are already installed:'
+    echo 'Following packages are already installed:'
     echo "$conflicts"
     echo "$conflicts"
     echo
     echo
     echo 'It is highly recommended to remove them before proceeding.'
     echo 'It is highly recommended to remove them before proceeding.'
@@ -206,7 +206,6 @@ if [ -z $email ]; then
     echo '   - MySQL database server'
     echo '   - MySQL database server'
     echo '   - Vsftpd FTP server'
     echo '   - Vsftpd FTP server'
     echo 
     echo 
-    echo '   * SELinux and Iptables will be disabled'
     echo 
     echo 
 
 
     read -p 'Do you want to proceed? [y/n]): ' answer
     read -p 'Do you want to proceed? [y/n]): ' answer

+ 1 - 1
install/vst-install-rhel.sh

@@ -142,7 +142,7 @@ rm -f $tmpfile
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo
     echo
-    echo 'Following rpm packages are already installed:'
+    echo 'Following packages are already installed:'
     echo "$conflicts"
     echo "$conflicts"
     echo
     echo
     echo 'It is highly recommended to remove them before proceeding.'
     echo 'It is highly recommended to remove them before proceeding.'

+ 1 - 2
install/vst-install-ubuntu.sh

@@ -147,7 +147,7 @@ rm -f $tmpfile
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
 if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
     echo
     echo
-    echo 'Following rpm packages are already installed:'
+    echo 'Following packages are already installed:'
     echo "$conflicts"
     echo "$conflicts"
     echo
     echo
     echo 'It is highly recommended to remove them before proceeding.'
     echo 'It is highly recommended to remove them before proceeding.'
@@ -208,7 +208,6 @@ if [ -z $email ]; then
     echo '   - MySQL database server'
     echo '   - MySQL database server'
     echo '   - Vsftpd FTP server'
     echo '   - Vsftpd FTP server'
     echo 
     echo 
-    echo '   * SELinux and Iptables will be disabled'
     echo 
     echo 
 
 
     read -p 'Do you want to proceed? [y/n]): ' answer
     read -p 'Do you want to proceed? [y/n]): ' answer