mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
Add setting for range
This commit is contained in:
parent
03de3e7beb
commit
6c9cf10200
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ cp ../conf/* /var/www/$app/
|
|||
# Initialize default values
|
||||
ynh_app_setting_set --app=$app --key=boolean --value=0
|
||||
ynh_app_setting_set --app=$app --key=number --value=20
|
||||
ynh_app_setting_set --app=$app --key=range --value=50
|
||||
ynh_app_setting_set --app=$app --key=str --value=""
|
||||
ynh_app_setting_set --app=$app --key=text --value=""
|
||||
ynh_app_setting_set --app=$app --key=password --value=""
|
||||
|
|
Loading…
Reference in a new issue