Update seedbox/install.sh
All checks were successful
Deploy Seedbox / Deploy Seedbox Stacks (push) Successful in 1m7s
All checks were successful
Deploy Seedbox / Deploy Seedbox Stacks (push) Successful in 1m7s
This commit is contained in:
@@ -83,8 +83,8 @@ main() {
|
|||||||
log_info "Installing Tailscale..."
|
log_info "Installing Tailscale..."
|
||||||
curl -fsSL https://tailscale.com/install.sh | sh
|
curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
|
|
||||||
log_info "Connecting to Tailscale with --accept-routes..."
|
log_info "Connecting to Tailscale..."
|
||||||
sudo tailscale up --accept-routes
|
sudo tailscale up
|
||||||
|
|
||||||
# Get Tailscale hostname for display
|
# Get Tailscale hostname for display
|
||||||
TS_FQDN=$(tailscale status --json 2>/dev/null | awk -F'"' '
|
TS_FQDN=$(tailscale status --json 2>/dev/null | awk -F'"' '
|
||||||
|
|||||||
Reference in New Issue
Block a user