1
0
Fork 0
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:
jarod5001 2022-05-05 18:13:56 +02:00 committed by GitHub
parent 87a73ad9b3
commit 25ea2489e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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