Merge pull request #68 from adam993/patch-3

Update cpanel-import.sh
This commit is contained in:
myvesta 2020-06-20 12:46:33 +02:00 committed by GitHub
commit 5658a87205
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