mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix bad copy paste
This commit is contained in:
parent
35b483a7c0
commit
743bc0d436
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ynh_backup() {
|
|||
# TODO find a way to avoid injection by file strange naming !
|
||||
|
||||
# Declare an array to define the options of this helper.
|
||||
declare -Ar args_array=( [s]=src_path= [d]=dest_path [b]=is_big )
|
||||
declare -Ar args_array=( [s]=src_path= [d]=dest_path= [b]=is_big )
|
||||
local src_path
|
||||
local dest_path
|
||||
local is_big
|
||||
|
|
Loading…
Add table
Reference in a new issue