Fix tunnel config script argument order

This commit is contained in:
Ethan Girouard 2024-03-29 17:08:24 -04:00
parent c736695cea
commit 27ef4589bf
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

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"