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:
parent
3baeb288c3
commit
e2c6566a94
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ ynh_script_progression "Adding $app's configuration files..."
|
||||||
# FIXME: this should be handled by the core in the future
|
# FIXME: this should be handled by the core in the future
|
||||||
### You may need to use chmod 600 instead of 400,
|
### 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
|
### 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"
|
#chown "$app:$app" "$install_dir/some_config_file"
|
||||||
|
|
||||||
### For more complex cases where you want to replace stuff using regexes,
|
### For more complex cases where you want to replace stuff using regexes,
|
||||||
|
|
Loading…
Add table
Reference in a new issue