Navidrome: Fix typo unit name

This commit is contained in:
Benoit 2025-02-15 08:04:44 +09:00
parent 97aa792ffc
commit faa7f898f9
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -10,7 +10,7 @@ VER="${VER//./-}"
UPSTREAM_VER="0.54.4"
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
UPSTREAM_NAME="navidrome"
SERIAL="1benoitjpnet"
SERIAL="2benoitjpnet"
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
@ -43,7 +43,7 @@ incus file push "$WORKSPACE"/syncthing.service \
"$CNAME"/etc/systemd/system/
incus exec "$CNAME" -- systemctl daemon-reload
incus exec "$CNAME" -- systemctl enable syncthing photoprism
incus exec "$CNAME" -- systemctl enable syncthing navidrome
laminarc run incus_publish \
CNAME="$CNAME" \