add the missing --app to ynh_app_setting_set
This commit is contained in:
parent
5a7f9f5c61
commit
db8ad8dc49
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ set__prices() {
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
# IMPORTANT: to be able to upgrade properly, you have to save the value in settings too
|
# IMPORTANT: to be able to upgrade properly, you have to save the value in settings too
|
||||||
#---------------------------------------------
|
#---------------------------------------------
|
||||||
ynh_app_setting_set $app prices $prices
|
ynh_app_setting_set --app=$app prices $prices
|
||||||
}
|
}
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue