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

Update upgrade

This commit is contained in:
Éric Gaspar 2024-06-24 12:02:39 +02:00
parent 1aadb51b59
commit 5f023a07d4

View file

@ -12,7 +12,6 @@ ynh_app_setting_set_default --key=php_memory_limit --value=256M
#=================================================
ynh_script_progression "Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir=$install_dir
chmod -R o-rwx "$install_dir"
@ -23,10 +22,8 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression "Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_config_add_phpfpm
# Create a dedicated NGINX config
ynh_config_add_nginx
#=================================================