Préparer le paquet Globinours 1.0.0-rc.3

This commit is contained in:
Alex Noel 2026-09-03 22:12:02 +02:00
commit 1a5401e30d
14 changed files with 53 additions and 40 deletions

4
scripts/restore Normal file → Executable file
View file

@ -4,7 +4,7 @@ ynh_restore "$install_dir"
ynh_restore "$data_dir"
ynh_restore "/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore "/etc/php/$php_version/fpm/pool.d/$app.conf"
chown -R "$app:$app" "$install_dir" "$data_dir"
prepare_persistent_paths
ynh_exec_as_app php "$install_dir/scripts/migrate.php"
ynh_systemctl --service=php8.2-fpm --action=reload
ynh_systemctl --service="php$php_version-fpm" --action=reload
ynh_systemctl --service=nginx --action=reload