BoiseComputer / atlas-server-tools

Install and manage ATLAS game servers using Linux CLI. Allows for management of multiple server grid instances.
https://biteoftech.com/2019/01/22/atlas-linux-server-tools/
MIT License
28 stars 7 forks source link

Server install #24

Open sudoWalker opened 4 years ago

sudoWalker commented 4 years ago

Hy, when i use this command in my ubuntu 18.04 machine:

pubip="$(sed -e 's/^"//' -e 's/"$//' <<<"$(dig whoami.akamai.net. @ns1-1.akamaitech.net. +short)")"

it responses:

sh: 13: Syntax error: redirection unexpected

BoiseComputer commented 4 years ago

So, what that is attempting to do is lookup your public IP address. If you know your public IP address, you could put it there instead in a style like this. pubip="123.456.789.0"