mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-10 22:04:33 +00:00
Native linux merge
This commit is contained in:
parent
cb2a715e07
commit
9cf759d0ac
13 changed files with 132 additions and 271 deletions
11
_scripts/tn_heartbeat
Normal file
11
_scripts/tn_heartbeat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# -- Heartbeat to TribesNext's Master Server
|
||||
|
||||
(
|
||||
while true; do
|
||||
echo "Sending heartbeat to TribesNext..."
|
||||
curl http://master.tribesnext.com/add/28000 &
|
||||
sleep 240 ;
|
||||
done
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue