dracoox commited on
Commit
1d07a81
·
verified ·
1 Parent(s): 050210c

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -0
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