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