mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
Update install
This commit is contained in:
parent
98a7436011
commit
d52c9a812e
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
|
||||
email=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
password=$YNH_APP_ARG_PASSWORD
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
#=================================================
|
||||
|
||||
ynh_app_setting_set --app=$app --key=password --value=$password
|
||||
|
||||
#=================================================
|
||||
# Setup Final Path
|
||||
|
|
Loading…
Reference in a new issue