mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Updated info messages
This commit is contained in:
parent
c4571ad62a
commit
1c473c151f
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue