some_config_file does not seem to be needed, was commented out - mostly. Last occurence not, causing install failure. Now commented as well

This commit is contained in:
Boudewijn 2025-02-25 15:13:56 +01:00
parent 3baeb288c3
commit e2c6566a94

View file

@ -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,