Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Move erroneous backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 15, 2024
1 parent 530809d commit 3094b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Tailscale test steps
run: |
sudo sed -i '/--port 41641/ s/$/ \\\n --tun=userspace-networking \\/' /etc/init.d/tailscaled
sudo sed -i '/--port 41641/ s/$/ \\n --tun=userspace-networking \\/' /etc/init.d/tailscaled
sudo sed -i 's|--socket=/run/tailscale/tailscaled.sock|--socket=/var/run/tailscale/tailscaled.sock|' /etc/init.d/tailscaled
sudo --preserve-env=TAILSCALE_AUTHKEY /etc/init.d/tailscaled start
sleep 5
Expand Down

0 comments on commit 3094b1b

Please sign in to comment.