Incus Publish: Fix wrong var used for UPSTREAM_NAME

This commit is contained in:
Benoit 2024-10-24 19:20:30 +09:00
parent d2fff8c75e
commit 44a69d7571
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -42,7 +42,7 @@ incus exec "$CNAME" -- sed -i \
laminarc run incus_publish \ laminarc run incus_publish \
CNAME="$CNAME" \ CNAME="$CNAME" \
UPSTREAM=$UPSTREAM_NAME \ UPSTREAM_NAME=$UPSTREAM_NAME \
UPSTREAM_VER=$UPSTREAM_VER \ UPSTREAM_VER=$UPSTREAM_VER \
IMAGE=$IMAGE \ IMAGE=$IMAGE \
SERIAL=$SERIAL \ SERIAL=$SERIAL \