mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Fix PHP-FPM settings: init variables upon install
This commit is contained in:
parent
db4ee605e0
commit
c744b47ccf
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ source /usr/share/yunohost/helpers
|
|||
# Initialize the SFTP setting for the config panel
|
||||
ynh_app_setting_set --app=$app --key=with_sftp --value="false"
|
||||
ynh_app_setting_set --app=$app --key=password --value=$(ynh_string_random)
|
||||
ynh_app_setting_set --app=$app --key=fpm_footprint --value="medium"
|
||||
ynh_app_setting_set --app=$app --key=fpm_free_footprint --value="0"
|
||||
ynh_app_setting_set --app=$app --key=fpm_usage --value="medium"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Reference in a new issue