Incus Publish: Fix wrong var used for UPSTREAM_NAME
This commit is contained in:
parent
d2fff8c75e
commit
44a69d7571
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue