mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Corrected wrong number of arguments checked for BackupDatabase sub functions
This commit is contained in:
parent
d48fe86d75
commit
4ee20b130e
@ -916,7 +916,7 @@ function _BackupDatabaseRemoteToLocal {
|
||||
local exportOptions="${2}" # export options
|
||||
local encrypt="${3:-false}" # Does the file need to be encrypted ?
|
||||
|
||||
__CheckArguments 2 $# "$@" #__WITH_PARANOIA_DEBUG
|
||||
__CheckArguments 3 $# "$@" #__WITH_PARANOIA_DEBUG
|
||||
|
||||
local encryptOptions
|
||||
local encryptExtension
|
||||
|
Loading…
Reference in New Issue
Block a user