Update run.sh
Browse files
run.sh
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
|
| 3 |
# Start tailscaled in background and show logs
|
| 4 |
echo "Starting tailscaled..."
|
|
|
|
| 5 |
tailscaled --tun=userspace-networking --socks5-server=localhost:1055 &
|
| 6 |
|
| 7 |
# Wait for tailscaled to be ready
|
|
|
|
| 2 |
|
| 3 |
# Start tailscaled in background and show logs
|
| 4 |
echo "Starting tailscaled..."
|
| 5 |
+
mkdir -p /var/run/tailscale
|
| 6 |
tailscaled --tun=userspace-networking --socks5-server=localhost:1055 &
|
| 7 |
|
| 8 |
# Wait for tailscaled to be ready
|