mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix missing legacy_args
Merged as a micro decision
This commit is contained in:
parent
1c7aaddbe4
commit
0c67559c43
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ previous_weight=0
|
||||||
base_time=$(date +%s)
|
base_time=$(date +%s)
|
||||||
ynh_script_progression () {
|
ynh_script_progression () {
|
||||||
# Declare an array to define the options of this helper.
|
# Declare an array to define the options of this helper.
|
||||||
|
local legacy_args=mwtl
|
||||||
declare -Ar args_array=( [m]=message= [w]=weight= [t]=time [l]=last )
|
declare -Ar args_array=( [m]=message= [w]=weight= [t]=time [l]=last )
|
||||||
local message
|
local message
|
||||||
local weight
|
local weight
|
||||||
|
|
Loading…
Add table
Reference in a new issue