From: Bastian Dehn Date: Thu, 17 Jul 2025 08:01:30 +0000 (+0200) Subject: add command check rsync X-Git-Tag: v1.0.0^2~51 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=90001962e4f034eb07c9502512b560a36dbfe0fa;p=albentohandy.git add command check rsync --- diff --git a/albentohandy b/albentohandy index 7e75f5a..8914450 100755 --- a/albentohandy +++ b/albentohandy @@ -146,6 +146,9 @@ check_programms() command -v parallel > /dev/null \ || errlog "command parallel not found" \ || return $? + command -v rsync > /dev/null \ + || errlog "command rsync not found" \ + || return $? } convert_process()