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 #=================================================