summaryrefslogtreecommitdiff
path: root/servers.sh
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-08 18:28:55 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-08 18:28:55 -0500
commit71a2c1d93ba50119beb7a3ce30da9b32c52c3b8b (patch)
treeaffb1cefc7939276bd8a2e477ccd3df10c619f2f /servers.sh
parent50ebf6aca104da99e0b8da048731d282fda6e433 (diff)
downloadwebpage-71a2c1d93ba50119beb7a3ce30da9b32c52c3b8b.tar.gz
webpage-71a2c1d93ba50119beb7a3ce30da9b32c52c3b8b.tar.bz2
webpage-71a2c1d93ba50119beb7a3ce30da9b32c52c3b8b.zip
More debugging
Diffstat (limited to 'servers.sh')
-rw-r--r--servers.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/servers.sh b/servers.sh
index 4022450..7429f8e 100644
--- a/servers.sh
+++ b/servers.sh
@@ -15,6 +15,10 @@ echo "<body>"
#It seems quotes are enough,see
#https://stackoverflow.com/questions/4273074/sanitize-user-input-in-bash-for-security-purposes
+echo "hostname:$servername"
+echo "gamemode:$gamemodename"
+echo "online:$online"
+
if ( $add -eq "true" ) then
cat "$servername" >> servers.txt
echo "Server $servername added"