Fixing typo

This commit is contained in:
deajan 2017-01-02 16:47:07 +01:00
parent 0c2b52e0bf
commit e968a67c04
1 changed files with 12 additions and 11 deletions

View File

@ -1243,6 +1243,7 @@ function DecryptFiles {
Logger "Cannot delete original file [$encryptedFile] after decryption." "ERROR"
fi
fi
fi
done < <($FIND_CMD "$filePath" -type f -name "*$cryptFileExtension" -print0)
if [ $(IsNumeric $PARALLEL_ENCRYPTION_PROCESSES) -eq 1 ] && [ "$PARALLEL_ENCRYPTION_PROCESSES" != "1" ]; then