mirror of
https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git
synced 2024-09-03 20:36:01 +02:00
Update install
This commit is contained in:
parent
a2a3cbe149
commit
4f767b62b6
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ ynh_add_config --template="../conf/config.php" --destination="$final_path/config
|
|||
# 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 400 "$final_path/config.php"
|
||||
chmod 600 "$final_path/config.php"
|
||||
chown $app:$app "$final_path/config.php"
|
||||
|
||||
### For more complex cases where you want to replace stuff using regexes,
|
||||
|
|
Loading…
Add table
Reference in a new issue