1
0
Fork 0
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:
yalh76 2022-06-22 03:07:06 +02:00
parent a6404605fd
commit e19f490a52

View file

@ -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