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
76d7a96efd
commit
e2807366fd
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ ynh_script_progression --message="Updating 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