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:
parent
c7e3bc3e5f
commit
7e432c340e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user