diff --git a/src/routes/deploy/+page.svelte b/src/routes/deploy/+page.svelte index fd0d4e8..f2f59e3 100644 --- a/src/routes/deploy/+page.svelte +++ b/src/routes/deploy/+page.svelte @@ -38,7 +38,7 @@ d.operator && d.operatorValue != '' && cmd.push('--operator=' + d.operatorValue); d.forceReauth && cmd.push('--force-reauth'); d.sshServer && cmd.push('--ssh'); - d.usePreAuthKey && d.preAuthKey !== '' && cmd.push('--authkey=' + d.preAuthKey); + d.usePreAuthKey && d.preAuthKey !== '' && cmd.push('--auth-key=' + d.preAuthKey); d.unattended && cmd.push('--unattended') // advertise @@ -142,7 +142,7 @@ name="Unattended" help="Run the tailscale client in unattended mode (on startup)" /> -