mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Update upgrade
This commit is contained in:
parent
fafba24ff5
commit
5d082698d6
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ ynh_script_progression --message="Updating a config file..."
|
|||
|
||||
ynh_add_config --template="../conf/default.yaml" --destination="$final_path/config/production.yaml"
|
||||
|
||||
chmod 400 "$final_path/some_config_file"
|
||||
chown $app:$app "$final_path/some_config_file"
|
||||
chmod 400 "$final_path/config/production.yaml"
|
||||
chown $app:$app "$final_path/config/production.yaml"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue