Update start.sh

This commit is contained in:
2022-04-17 20:06:26 +02:00
committed by GitHub
parent cf4b3399b8
commit 3d065bc063

View File

@@ -1,7 +1,9 @@
#!/bin/sh
echo "lsing stuff:"
ls /app/
echo "----------------------------------"
/app/tailscaled --tun=userspace-networking --socks5-server=localhost:1055 &
until /app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=railway-app --advertise-exit-node
until /app/tailscaled up --authkey=${TAILSCALE_AUTHKEY} --hostname=railway-app --advertise-exit-node
do
sleep 0.1
done