From 20cc7504a910c9c8cbaa80576d227bed2507b099 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 8 Apr 2020 17:56:34 +0200 Subject: [PATCH] delete sudo not need on install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 39f5c2c..ecde0c5 100644 --- a/scripts/install +++ b/scripts/install @@ -95,8 +95,8 @@ ynh_replace_string --match_string="//const WWW_URI = '/asso/';" --replace_string # Files owned by user app #================================================= -sudo chown $app:$app $final_path -R -sudo chmod 755 $final_path -R +chown $app:$app $final_path -R +chmod 755 $final_path -R #================================================= # NGINX CONFIGURATION