1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00

Update install

This commit is contained in:
ericgaspar 2021-08-30 17:21:43 +02:00
parent cfb7c98986
commit 578e0b9b38
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -84,7 +84,7 @@ ynh_add_nginx_config
#=================================================
# PHP-FPM CONFIGURATION
#=================================================
ynh_script_progression --message="Configuring PHP-FPM..." --weight=3
ynh_script_progression --message="Configuring PHP-FPM..." --weight=4
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
@ -93,7 +93,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message="Adding a configuration file..." --time --weight=1
ynh_script_progression --message="Adding a configuration file..." --weight=2
dir="__DIR__"
ynh_add_config --template="../conf/Mailer.php" --destination="$final_path/api/helpers/Mailer.php"