diff --git a/scripts/install b/scripts/install index 53080d7..47785f7 100755 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_script_progression "Adding $app's configuration files..." # FIXME: this should be handled by the core in the future ### You may need to use chmod 600 instead of 400, ### for example if the app is expected to be able to modify its own config -chmod 600 "$install_dir/some_config_file" +#chmod 600 "$install_dir/some_config_file" #chown "$app:$app" "$install_dir/some_config_file" ### For more complex cases where you want to replace stuff using regexes,