From d38e528d5f1fc2ca5fd568739f5d0e9ce890b708 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 27 Sep 2022 20:49:39 +0200 Subject: [PATCH] Fix --- scripts/install | 3 --- scripts/upgrade | 3 --- 2 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index f9b5256..5fdffd0 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 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 6b41429..cb86f42 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -187,9 +187,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" - #================================================= # SETUP SYSTEMD #=================================================