Fix bad variable name UPSTREAM_NAME
This commit is contained in:
parent
bf41705208
commit
3285391d44
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ incus exec "$CNAME" -- systemctl enable adguard
|
||||||
|
|
||||||
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 \
|
||||||
|
|
|
@ -52,7 +52,7 @@ incus exec "$CNAME" -- \
|
||||||
|
|
||||||
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 \
|
||||||
|
|
|
@ -42,7 +42,7 @@ incus exec "$CNAME" \
|
||||||
|
|
||||||
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