mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
Update start.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user