From 7a925b8f71525a4b88df43cee5dd38bf1d4b9021 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 24 Apr 2021 19:12:23 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c84d97e..aaac2ba 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -230,8 +230,6 @@ ynh_add_config --template="../conf/production.yaml" --destination="$final_path/c chmod 400 "$final_path/config/production.yaml" chown $app:$app "$final_path/config/production.yaml" -ynh_add_config --template="../conf/local-production.json" --destination="$final_path/config/local-production.json" - chmod 400 "$final_path/config/local-production.json" chown $app:$app "$final_path/config/local-production.json"