From f3584d3a74eea73e424540db8fac6dee4ea23ba2 Mon Sep 17 00:00:00 2001 From: Adam Radivojevic <37140262+adam993@users.noreply.github.com> Date: Sat, 20 Jun 2020 08:47:52 +0200 Subject: [PATCH] Update cpanel-import.sh --- src/deb/for-download/tools/cpanel-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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