From 54d93936cf0e6b8040e74b3b0d75444c5c630ce8 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 11 Mar 2017 12:20:28 +0100 Subject: [PATCH] Double quote sur la variable du chown --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 84cd340..3c358e0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -45,7 +45,7 @@ fi sudo cp -a ./sources "$final_path" # Set permissions -sudo chown -R www-data: $final_path +sudo chown -R www-data: "$final_path" # Restore nginx configuration files sudo cp -a ./nginx.conf "$nginx_conf"