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

Update install

This commit is contained in:
ericgaspar 2021-02-19 20:10:20 +01:00
parent 9ea9cfa316
commit eb42b8cb2d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -118,7 +118,8 @@ ynh_store_file_checksum --file="$config_path/navidrome.toml"
#================================================= #=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1 ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_add_systemd_config --others_var="$config_path" ynh_replace_string --match_string="__CONFIG_PATH__" --replace_string="$config_path" --target_file="../conf/systemd.service"
ynh_add_systemd_config
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION