mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update cpanel-import.sh
This commit is contained in:
parent
1de5f42e3f
commit
f3584d3a74
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [[ $PATH != *"/usr/local/vesta/bin"* ]]; then
|
||||||
fi
|
fi
|
||||||
if [ ! -e /usr/bin/rsync ] || [ ! -e /usr/bin/file ] ; then
|
if [ ! -e /usr/bin/rsync ] || [ ! -e /usr/bin/file ] ; then
|
||||||
echo "#######################################"
|
echo "#######################################"
|
||||||
echo "rsync not installed, try install it"
|
echo "rsync not installed, try installing it"
|
||||||
echo "This script need: rsync, file"
|
echo "This script need: rsync, file"
|
||||||
echo "#######################################"
|
echo "#######################################"
|
||||||
if [ -e /etc/redhat-release ]; then
|
if [ -e /etc/redhat-release ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue