1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-15 04:03:41 +01:00

Added busybox redirect comment

This commit is contained in:
deajan 2018-06-04 14:14:24 +02:00
parent c7e3bc3e5f
commit 7e432c340e

View File

@ -1243,6 +1243,7 @@ function EncryptFiles {
successCounter=$((successCounter+1))
fi
fi
#TODO: This redirection does not work with busybox since there is no subshell support
done < <($FIND_CMD "$filePath" $recursiveArgs -type f ! -name "*$cryptFileExtension" -print0)
if [ $(IsNumeric $PARALLEL_ENCRYPTION_PROCESSES) -eq 1 ] && [ "$PARALLEL_ENCRYPTION_PROCESSES" != "1" ]; then