From b660f6e5bb8ec176d040261e05866171ef35fa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 31 Mar 2019 18:41:27 +0200 Subject: [PATCH] add info message --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 20236b8..27fb564 100644 --- a/scripts/restore +++ b/scripts/restore @@ -42,6 +42,7 @@ test ! -d $final_path \ #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= +ynh_print_info "Restoring nginx configuration..." ynh_restore_file "/etc/nginx/conf.d/$domain.d/$app.conf"