Fix tunnel config script argument order
This commit is contained in:
parent
c736695cea
commit
27ef4589bf
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
TUNNEL_ID=$1
|
SERVICE=$1
|
||||||
HOSTNAME=$2
|
HOSTNAME=$2
|
||||||
SERVICE=$3
|
TUNNEL_ID=$3
|
||||||
|
|
||||||
echo "Creating tunnel config for $HOSTNAME"
|
echo "Creating tunnel config for $HOSTNAME"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user