From 56b9804c61abe1de78f12486f5124cb7760df117 Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Sat, 4 Apr 2020 16:06:51 +0200 Subject: [PATCH] change the script backup --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index d1e75b7..04568ea 100644 --- a/scripts/restore +++ b/scripts/restore @@ -49,6 +49,7 @@ ynh_restore_file "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # RESTORE THE APP MAIN DIR #================================================= +ynh_script_progression --message="Restoring the app main directory..." --time --weight=1 ynh_restore_file "$final_path" @@ -73,7 +74,6 @@ chown -R $app:$app $final_path if [ "$(lsb_release --codename --short)" != "jessie" ] then ynh_restore_file --origin_path="/etc/php/7.0/fpm/pool.d/$app.conf" - ynh_restore_file --origin_path="/etc/php/7.0/fpm/conf.d/20-$app.ini" else ynh_die --message="Votre version de Debian n'est pas compatible..." fi