mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Fix upgrade
This commit is contained in:
parent
a6404605fd
commit
e19f490a52
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ ynh_script_progression --message="Updating a configuration file..."
|
|||
media_dir="/home/yunohost.multimedia/share/Music"
|
||||
ynh_add_config --template="../conf/app.conf" --destination="$final_path/$app.conf"
|
||||
|
||||
chmod 400 "$final_path/some_config_file"
|
||||
chown $app:$app "$final_path/some_config_file"
|
||||
chmod 400 "$final_path/$app.conf"
|
||||
chown $app:$app "$final_path/$app.conf"
|
||||
|
||||
#=================================================
|
||||
# PROVIDE ADDITIONAL SHELL COMMAND
|
||||
|
|
Loading…
Add table
Reference in a new issue