Skip to content

Commit

Permalink
danielgibbs.co.uk to gameservermanager.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed May 3, 2015
1 parent 58f1e2a commit bcad424
Show file tree
Hide file tree
Showing 47 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions GameServerQuery/gsquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
# Game Server Query
# Author: Anonymous & Daniel Gibbs
# # Website: http://danielgibbs.co.uk
# Version: 210115
# # Website: http://gameservermanagers.com
# Version: 030515

import optparse
import socket
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_backup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_backup function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

# Description: Creates a .tar.gz file in the backup directory.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_ip
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_ip function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 170415

# Description: Automatically identifies the server interface IP.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_logs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_logs function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 160415
# Description: Checks that log files exist on server start

Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_root
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_root function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

if [ $(whoami) = "root" ]; then
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_systemdir
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_systemdir function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

if [ ! -e "${systemdir}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_tmux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_tmux function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 170415

# Checks if tmux is installed as too many users do not RTFM or know how to use Google.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_check_ts3status
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check_ts3status function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 070215

# Checks the status of Teamspeak 3.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_compress_unreal2maps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_compress_unreal2maps function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

fn_check_root
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_compress_ut99maps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_compress_ut99maps function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

fn_check_root
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_console function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

# Description: Gives access to the server tmux console.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_csgofix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_csgofix function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

# Description: Resolves various issues with csgo.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_debug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_debug function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 160415

# Description: Runs the server without tmux. Runs direct from the terminal.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_details
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_details function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 190414

# Description: Displays server infomation.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_details_config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_details_config function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 160415

# Description: Gets specific details from config files.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_details_distro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_details_distro function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 140215

# Description: Variables providing useful info on the Operating System such as disk and performace info.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_email
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_email function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

# Description: Sends email notification if monitor picks up a failure.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_email_test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_email_test function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

# Description: Sends a test email notification.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_functions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_functions function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 110415

# Description: Defines all functions to allow download and execution of functions using fn_runfunction.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_getopt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_getopt function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 150414

# Description: getopt arguments.
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_insfix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_insfix function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 110415

# Description: Resolves ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 060315

fn_check_root
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_install_complete
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install_complete function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

echo "================================="
Expand Down
42 changes: 21 additions & 21 deletions functions/fn_install_config
Original file line number Diff line number Diff line change
Expand Up @@ -143,73 +143,73 @@ if [ "${gamename}" == "7 Days To Die" ]; then
fn_unity3dconfig
elif [ "${gamename}" == "ARMA 3" ]; then
echo -e "downloading lgsm-default.server.cfg & lgsm-default.network.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.server.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.network.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.server.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.network.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_arma3config
elif [ "${gamename}" == "Blade Symphony" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BladeSymphony/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BladeSymphony/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Counter Strike 1.6" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrike/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrike/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Counter Strike: Condition Zero" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeConditionZero/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeConditionZero/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Counter Strike: Source" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Day of Defeat" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeat/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeat/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Day of Defeat: Source" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DoubleActionBoogaloo/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DoubleActionBoogaloo/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Fistful of Frags" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Garry's Mod" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/GarrysMod/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/GarrysMod/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Half Life 2: Deathmatch" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLife2Deathmatch/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLife2Deathmatch/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Half Life: Deathmatch Classic" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Insurgency" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Insurgency/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Insurgency/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Just Cause 2" ]; then
Expand All @@ -218,17 +218,17 @@ elif [ "${gamename}" == "Killing Floor" ]; then
fn_unreal2config
elif [ "${gamename}" == "Left 4 Dead" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Left 4 Dead 2" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "No More Room in Hell" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/NoMoreRoomInHell/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/NoMoreRoomInHell/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Natural Selection 2" ]; then
Expand All @@ -239,17 +239,17 @@ elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then
fn_unreal2config
elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then
echo -e "downloading lgsm-default.ini...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/SeriousSam3BFE/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/SeriousSam3BFE/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_serious3config
elif [ "${gamename}" == "Team Fortress 2" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortress2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortress2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Team Fortress Classic" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
Expand Down
4 changes: 2 additions & 2 deletions functions/fn_install_gsquery
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash
# LGSM fn_install_gsquery function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 100415

fn_dlgsquery(){
cd "${rootdir}"
echo -e "downloading gsquery.py...\c"
wget -N --no-check-certificate /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
wget -N /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
chmod +x gsquery.py
}

Expand Down
4 changes: 2 additions & 2 deletions functions/fn_install_header
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install_header function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

clear
Expand All @@ -14,5 +14,5 @@ if [ "${gamename}" == "ARMA 3" ]; then
elif [ "${gamename}" == "Left 4 Dead" ]; then
echo "contributions by Summit Singh Thakur"
fi
echo "http://danielgibbs.co.uk"
echo "http://gameservermanagers.com"
echo "================================="
2 changes: 1 addition & 1 deletion functions/fn_install_kffix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install_kffix function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

echo "Applying ${gamename} Server Fixes"
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_install_logs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install_logs function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 160415

echo ""
Expand Down
2 changes: 1 addition & 1 deletion functions/fn_install_retry
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install_retry function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://gameservermanagers.com
# Version: 210115

while true; do
Expand Down
Loading

0 comments on commit bcad424

Please sign in to comment.