Skip to content

Fix: don't swallow Tailscale auth URL#633

Merged
joelteply merged 1 commit intomainfrom
fix/npm-start-tailscale
Mar 30, 2026
Merged

Fix: don't swallow Tailscale auth URL#633
joelteply merged 1 commit intomainfrom
fix/npm-start-tailscale

Conversation

@joelteply
Copy link
Copy Markdown
Contributor

2>&1 was eating the login URL. User couldn't see it.

Copilot AI review requested due to automatic review settings March 30, 2026 15:28
@joelteply joelteply merged commit fadf14f into main Mar 30, 2026
@joelteply joelteply deleted the fix/npm-start-tailscale branch March 30, 2026 15:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the Linux/WSL Tailscale authentication step in the installer so the interactive login URL remains visible to the user during tailscale up.

Changes:

  • Removed 2>&1 from the sudo tailscale up --ssh --accept-routes invocation.
  • Added an inline comment explaining why stderr should not be redirected for this command.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants