From 7e432c340e01beaa24fcd4b9d7a3c84e569d0d02 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 4 Jun 2018 14:14:24 +0200 Subject: [PATCH] Added busybox redirect comment --- dev/n_obackup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/n_obackup.sh b/dev/n_obackup.sh index 4c64ab7..17c395e 100755 --- a/dev/n_obackup.sh +++ b/dev/n_obackup.sh @@ -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