Fix tunnel config script argument order

This commit is contained in:
2024-03-29 17:08:24 -04:00
parent c736695cea
commit 27ef4589bf

View File

@ -2,9 +2,9 @@
set -e
TUNNEL_ID=$1
SERVICE=$1
HOSTNAME=$2
SERVICE=$3
TUNNEL_ID=$3
echo "Creating tunnel config for $HOSTNAME"