1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

Fix saving advanced config

This commit is contained in:
Thomas 2022-07-29 22:25:13 +02:00 committed by GitHub
parent d1678f40a8
commit 76d7a96efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/options.yml" --destination="$final_path/live/config/options.yml" ynh_add_config --template="../conf/options.yml" --destination="$final_path/live/config/options.yml"
chmod 400 "$final_path/live/config/options.yml" chmod 600 "$final_path/live/config/options.yml"
chown $app:$app "$final_path/live/config/options.yml" chown $app:$app "$final_path/live/config/options.yml"
#================================================= #=================================================