From c81a87a474038ba88323d283022fca32d0cd02c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 19 Aug 2023 15:07:17 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/restore | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8d15e9d..cc530a0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -11,7 +11,7 @@ maintainers = ["eric_G"] [upstream] license = "AGPL-3.0" -website = "https://xbackbone.app/" +admindoc = "https://xbackbone.app/" code = "https://github.com/SergiX44/XBackBone" [integration] diff --git a/scripts/restore b/scripts/restore index 7373550..7529ee6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -35,11 +35,6 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --time ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -#================================================= -# RESTORE THE NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Restoring the NGINX web server configuration..." --time --weight=1 - ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #=================================================