From 780ff41bc899b0c8614a9f5208383c578d0f0192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Jun 2022 12:42:20 +0200 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index ba2e0b1..b833575 100644 --- a/scripts/install +++ b/scripts/install @@ -152,9 +152,6 @@ url=https://$domain$path_url ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json" -chmod 400 "$final_path/config/config.json" -chown $app:$app "$final_path/config/config.json" - #================================================= # NGINX CONFIGURATION #=================================================