mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers2.1: ynh_setup_source: --full_replace now to be a boolean, no need to write --full_replace=1
This commit is contained in:
parent
a123149bef
commit
0ceb77ec34
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ fi
|
|||
# Requires YunoHost version 2.6.4 or higher.
|
||||
ynh_setup_source() {
|
||||
# ============ Argument parsing =============
|
||||
local -A args_array=([d]=dest_dir= [s]=source_id= [k]=keep= [r]=full_replace=)
|
||||
local -A args_array=([d]=dest_dir= [s]=source_id= [k]=keep= [r]=full_replace)
|
||||
local dest_dir
|
||||
local source_id
|
||||
local keep
|
||||
|
|
Loading…
Add table
Reference in a new issue