From 7eba87917f5c9b2d722e6e875a184edf715429ce Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Fri, 22 Mar 2019 17:32:48 +0100 Subject: [PATCH] Add VERBOSE message for the IS_RSYNC check --- evocheck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evocheck.sh b/evocheck.sh index d54193b..e98af73 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -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