1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Fix unbound variable

This commit is contained in:
ericgaspar 2020-08-19 13:40:25 +02:00
parent 8b3ac2811f
commit bbce3b5903
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -117,7 +117,7 @@ ynh_multimedia_addfolder --source_dir="/home/yunohost.$app/Music" --dest_dir="sh
#=================================================
# ynh_script_progression --message="Modifying a config file..."
# config_path="/var/lib/$app"
config_path="/var/lib/$app"
# mkdir -p "$config_path"
# ynh_backup_if_checksum_is_different --file="$config_path/navidrome.toml"