Add VERBOSE message for the IS_RSYNC check

This commit is contained in:
Tristan PILAT 2019-03-22 17:32:48 +01:00
parent ed93ba9f5d
commit 7eba87917f
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ fi
if [ "$IS_RSYNC" = 1 ]; then
pkg info | grep -q rsync || echo 'IS_RSYNC FAILED!'
if [[ "$VERBOSE" == 1 ]]; then
echo "rsync is not installed! Please add with pkg_add rsync"
fi
fi
if [ "$IS_CRONPATH" = 1 ]; then