From 500214b5ef1a6fba3e56689d744cfbe8a26aba64 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 14 Mar 2017 17:47:35 +0100 Subject: [PATCH] [test] bug fichier restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index e90e5c6..5fcd582 100644 --- a/scripts/restore +++ b/scripts/restore @@ -30,7 +30,7 @@ fi nginx_conf="/etc/nginx/conf.d/${domain}.d/nginx.conf" if [ -f $nginx_conf ]; then ynh_die "The NGINX configuration already exists at '${nginx_conf}'. You should safely delete it before restoring this app." - +fi # Check configuration files php-fpm phpfpm_conf="/etc/php5/fpm/pool.d/php-fpm.conf" if [ -f $phpfpm_conf ]; then