mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update install
This commit is contained in:
parent
71a022f34b
commit
6eb45a5dfa
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ creation_compte="true"
|
|||
connexion_compte="true"
|
||||
separateur_csv=";"
|
||||
|
||||
ynh_app_setting_set --app=$app --key=creation_compte --value=$creation_compte
|
||||
ynh_app_setting_set --app=$app --key=connexion_compte --value=$connexion_compte
|
||||
ynh_app_setting_set --app=$app --key=separateur_csv --value=$separateur_csv
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue