diff --git a/src/deb/for-download/tools/cpanel-import.sh b/src/deb/for-download/tools/cpanel-import.sh index 04d4f3c2..fc3c7352 100644 --- a/src/deb/for-download/tools/cpanel-import.sh +++ b/src/deb/for-download/tools/cpanel-import.sh @@ -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