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 \
|
||||
CNAME="$CNAME" \
|
||||
UPSTREAM=$UPSTREAM_NAME \
|
||||
UPSTREAM_NAME=$UPSTREAM_NAME \
|
||||
UPSTREAM_VER=$UPSTREAM_VER \
|
||||
IMAGE=$IMAGE \
|
||||
SERIAL=$SERIAL \
|
||||
|
|
|
@ -52,7 +52,7 @@ incus exec "$CNAME" -- \
|
|||
|
||||
laminarc run incus_publish \
|
||||
CNAME="$CNAME" \
|
||||
UPSTREAM=$UPSTREAM_NAME \
|
||||
UPSTREAM_NAME=$UPSTREAM_NAME \
|
||||
UPSTREAM_VER=$UPSTREAM_VER \
|
||||
IMAGE=$IMAGE \
|
||||
SERIAL=$SERIAL \
|
||||
|
|
|
@ -42,7 +42,7 @@ incus exec "$CNAME" \
|
|||
|
||||
laminarc run incus_publish \
|
||||
CNAME="$CNAME" \
|
||||
UPSTREAM=$UPSTREAM_NAME \
|
||||
UPSTREAM_NAME=$UPSTREAM_NAME \
|
||||
UPSTREAM_VER=$UPSTREAM_VER \
|
||||
IMAGE=$IMAGE \
|
||||
SERIAL=$SERIAL \
|
||||
|
|
Loading…
Add table
Reference in a new issue