Navidrome: Fix typo unit name
This commit is contained in:
parent
97aa792ffc
commit
faa7f898f9
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue