Update cpanel-import.sh

This commit is contained in:
Adam Radivojevic 2020-06-20 08:47:52 +02:00 committed by GitHub
commit f3584d3a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ if [[ $PATH != *"/usr/local/vesta/bin"* ]]; then
fi
if [ ! -e /usr/bin/rsync ] || [ ! -e /usr/bin/file ] ; then
echo "#######################################"
echo "rsync not installed, try install it"
echo "rsync not installed, try installing it"
echo "This script need: rsync, file"
echo "#######################################"
if [ -e /etc/redhat-release ]; then