From a9e6d3f5f21c34913f544d11c4b099ecab817870 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Mar 2023 19:40:35 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index be08401..007ab1c 100644 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,7 @@ mkdir -p "/var/lib/$app" ynh_add_config --template="../conf/navidrome.toml" --destination="/var/lib/$app/navidrome.toml" chmod 600 "/var/lib/$app/navidrome.toml" -chown -R $app:$app "$/var/lib/$app/navidrome.toml" +chown -R $app:$app "/var/lib/$app/navidrome.toml" #================================================= # START SYSTEMD SERVICE