]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add command check rsync
authorBastian Dehn <hhaalo@arcor.de>
Thu, 17 Jul 2025 08:01:30 +0000 (10:01 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 17 Jul 2025 08:01:30 +0000 (10:01 +0200)
albentohandy

index 7e75f5aead150e33db3d035d17402cb1f561d0ce..891445090669e05d057a07f1bb203dda3e55ab73 100755 (executable)
@@ -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()