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:
parent
8b3ac2811f
commit
bbce3b5903
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue