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:
parent
d1678f40a8
commit
76d7a96efd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue