1
0
Fork 0
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:
jarod5001 2022-05-08 19:34:55 +02:00 committed by GitHub
parent a2a3cbe149
commit 4f767b62b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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