mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
Update install
This commit is contained in:
parent
87a73ad9b3
commit
25ea2489e7
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,8 @@ ynh_abort_if_errors
|
|||
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
phpversion=$YNH_PHP_VERSION
|
||||
|
||||
# is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||
# language=$YNH_APP_ARG_LANGUAGE
|
||||
# admin=$YNH_APP_ARG_ADMIN
|
||||
|
@ -71,6 +73,8 @@ ynh_script_progression --message="Storing installation settings..." --time --wei
|
|||
|
||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||
ynh_app_setting_set --app=$app --key=phpversion --value=$phpversion
|
||||
|
||||
# ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
# ynh_app_setting_set --app=$app --key=admin --value=$admin
|
||||
|
||||
|
|
Loading…
Reference in a new issue