mirror of
https://github.com/deajan/obackup.git
synced 2025-01-12 15:13:53 +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 exportOptions="${2}" # export options
|
||||||
local encrypt="${3:-false}" # Does the file need to be encrypted ?
|
local encrypt="${3:-false}" # Does the file need to be encrypted ?
|
||||||
|
|
||||||
__CheckArguments 2 $# "$@" #__WITH_PARANOIA_DEBUG
|
__CheckArguments 3 $# "$@" #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
local encryptOptions
|
local encryptOptions
|
||||||
local encryptExtension
|
local encryptExtension
|
||||||
|
Loading…
Reference in New Issue
Block a user