diff --git a/scripts/change_url b/scripts/change_url index d403156..5d39860 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -117,6 +117,9 @@ fi ynh_add_config --template="../conf/settings.js" --destination="$final_path/data/settings.js" +chmod o-rwx "$final_path/data/settings.js" +chown -R $app: "$final_path/data/settings.js" + #================================================= # GENERIC FINALISATION #=================================================