From d3efed7da9a7fa5587e17162a5f74e9d9b7f5e28 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 27 Dec 2015 20:07:30 +0000 Subject: [PATCH] updated functions and getopt names --- 7DaysToDie/sdtdserver | 8 +++---- ARKSurvivalEvolved/arkserver | 8 +++---- Arma3/arma3server | 8 +++---- BlackMesa/bmdmserver | 8 +++---- BladeSymphony/bsserver | 8 +++---- CounterStrike/csserver | 8 +++---- CounterStrikeConditionZero/csczserver | 8 +++---- CounterStrikeGlobalOffensive/csgoserver | 4 ++-- CounterStrikeSource/cssserver | 8 +++---- DayOfDefeat/dodserver | 8 +++---- DayOfDefeatSource/dodsserver | 8 +++---- DeathmatchClassic/dmcserver | 8 +++---- DontStarveTogether/dstserver | 8 +++---- DoubleActionBoogaloo/dabserver | 8 +++---- FistfulOfFrags/fofserver | 8 +++---- GarrysMod/gmodserver | 8 +++---- HalfLife2Deathmatch/hl2dmserver | 8 +++---- HalfLifeDeathmatch/hldmserver | 8 +++---- HalfLifeDeathmatchSource/hldmsserver | 8 +++---- Hurtworld/hwserver | 8 +++---- Insurgency/insserver | 8 +++---- JustCause2/jc2server | 8 +++---- KillingFloor/kfserver | 8 +++---- Left4Dead/l4dserver | 8 +++---- Left4Dead2/l4d2server | 8 +++---- Mumble/mumbleserver | 8 +++---- NS2Combat/ns2cserver | 8 +++---- NaturalSelection2/ns2server | 8 +++---- NoMoreRoomInHell/nmrihserver | 8 +++---- OpposingForce/opforserver | 8 +++---- PiratesVikingandKnightsII/pvkiiserver | 8 +++---- ProjectZomboid/pzserver | 8 +++---- RedOrchestra/roserver | 8 +++---- Ricochet/ricochetserver | 8 +++---- SeriousSam3BFE/ss3sserver | 8 +++---- StarBound/sbserver | 8 +++---- TeamFortress2/tf2server | 8 +++---- TeamFortressClassic/tfcserver | 8 +++---- TeamSpeak3/ts3server | 8 +++---- Teeworlds/twserver | 8 +++---- Terraria/terrariaserver | 8 +++---- UnrealTournament2004/ut2k4server | 8 +++---- UnrealTournament99/ut99server | 8 +++---- functions/core_getopt.sh | 28 ++++++++++++------------- functions/fn_functions | 6 +++--- functions/fn_getopt | 4 ++-- tests/tests_ts3server.sh | 8 +++---- 47 files changed, 193 insertions(+), 193 deletions(-) diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 44848ee9c..dd3995d57 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -122,14 +122,14 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index 3cd841131..a707857cb 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -120,13 +120,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Arma3/arma3server b/Arma3/arma3server index 5548a128c..27ee5011b 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -143,13 +143,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver index 74825317a..d5eac8203 100644 --- a/BlackMesa/bmdmserver +++ b/BlackMesa/bmdmserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index a0a65b8e6..c83e838e6 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/CounterStrike/csserver b/CounterStrike/csserver index 83dcc0b47..6ac83d9d5 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index 0c700f370..5ca968fd3 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index 1af1b727f..3634d3f99 100755 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -149,8 +149,8 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index 9bd6001e3..6912e1fa1 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index b73a99c6e..af7f5e635 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index 03788b07c..225fb6f0e 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver index 863296f07..b24fd7728 100644 --- a/DeathmatchClassic/dmcserver +++ b/DeathmatchClassic/dmcserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index 029735e52..29880dc2a 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -120,13 +120,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index b6bc46ac2..313fe18f5 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index 42b16cd55..2b3360b93 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index 455671cab..8826e1f8c 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -137,13 +137,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 530cdfbff..413be3164 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index bf3e13dba..b24f484ef 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -125,13 +125,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver index 0b6473e71..183cfa82b 100644 --- a/HalfLifeDeathmatchSource/hldmsserver +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Hurtworld/hwserver b/Hurtworld/hwserver index e74f5648a..8c117c1bb 100644 --- a/Hurtworld/hwserver +++ b/Hurtworld/hwserver @@ -139,14 +139,14 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Insurgency/insserver b/Insurgency/insserver index 85f9fafa9..f377426ac 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/JustCause2/jc2server b/JustCause2/jc2server index a60af82cd..983a9b728 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -119,13 +119,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index e24d6e2be..841f4b1be 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -128,13 +128,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index c11d7f5f7..7a12f3912 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 238e958a5..10ca2ef2b 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -125,13 +125,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Mumble/mumbleserver b/Mumble/mumbleserver index 10c284dab..987b0420f 100644 --- a/Mumble/mumbleserver +++ b/Mumble/mumbleserver @@ -105,14 +105,14 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index df2e5644f..150be9232 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -131,13 +131,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 3e8654da0..0366d6ef0 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -131,13 +131,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 8081dcee4..7596a503b 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver index 7cffd927f..5c31ee4cd 100644 --- a/OpposingForce/opforserver +++ b/OpposingForce/opforserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/PiratesVikingandKnightsII/pvkiiserver b/PiratesVikingandKnightsII/pvkiiserver index d589170f7..56538d0ee 100644 --- a/PiratesVikingandKnightsII/pvkiiserver +++ b/PiratesVikingandKnightsII/pvkiiserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index c1c1c884d..dae5edcc7 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -120,13 +120,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index 83696e4ed..e0aae68ae 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -124,13 +124,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver index 1da3738b9..95d6be392 100644 --- a/Ricochet/ricochetserver +++ b/Ricochet/ricochetserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index 27fed4bd2..0ffefc5e8 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -123,13 +123,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/StarBound/sbserver b/StarBound/sbserver index 770570fa2..5fc099ea5 100644 --- a/StarBound/sbserver +++ b/StarBound/sbserver @@ -119,13 +119,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index a1c407e6b..57b2cd56a 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -131,13 +131,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index dc172a425..78e0ed290 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -126,13 +126,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server index 5262b41f8..311474c30 100644 --- a/TeamSpeak3/ts3server +++ b/TeamSpeak3/ts3server @@ -103,13 +103,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Teeworlds/twserver b/Teeworlds/twserver index 8414ae06c..9e8abff48 100644 --- a/Teeworlds/twserver +++ b/Teeworlds/twserver @@ -122,13 +122,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/Terraria/terrariaserver b/Terraria/terrariaserver index e2da26348..12aad8b54 100644 --- a/Terraria/terrariaserver +++ b/Terraria/terrariaserver @@ -121,13 +121,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index d8b7a1512..177fc84eb 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -114,13 +114,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index c89ce2406..a1dd53887 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -113,13 +113,13 @@ fn_runfunction(){ fn_getgithubfile "functions/${functionfile}" 1 } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh getopt=$1 -fn_getopt +core_getopt.sh diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index dfbf43907..d56946183 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -1,12 +1,12 @@ #!/bin/bash -# LGSM fn_getopt function +# LGSM core_getopt.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="061115" # Description: getopt arguments. -fn_getopt_generic(){ +core_getopt.sh_generic(){ case "$getopt" in st|start) command_start.sh;; @@ -70,7 +70,7 @@ case "$getopt" in exit } -fn_getopt_teamspeak3(){ +core_getopt.sh_teamspeak3(){ case "$getopt" in st|start) command_start.sh;; @@ -121,7 +121,7 @@ case "$getopt" in exit } -fn_getopt_mumble(){ +core_getopt.sh_mumble(){ case "$getopt" in st|start) command_start.sh;; @@ -166,7 +166,7 @@ case "$getopt" in exit } -fn_getopt_gmodserver(){ +core_getopt.sh_gmodserver(){ case "$getopt" in st|start) command_start.sh;; @@ -233,7 +233,7 @@ case "$getopt" in exit } -fn_getopt_unreal(){ +core_getopt.sh_unreal(){ case "$getopt" in st|start) command_start.sh;; @@ -288,7 +288,7 @@ exit } -fn_getopt_unreal2(){ +core_getopt.sh_unreal2(){ case "$getopt" in st|start) command_start.sh;; @@ -356,7 +356,7 @@ exit } -fn_getopt_ut2k4(){ +core_getopt.sh_ut2k4(){ case "$getopt" in st|start) command_start.sh;; @@ -411,17 +411,17 @@ exit } if [ "${gamename}" == "Mumble" ]; then - fn_getopt_mumble + core_getopt.sh_mumble elif [ "${gamename}" == "Teamspeak 3" ]; then - fn_getopt_teamspeak3 + core_getopt.sh_teamspeak3 elif [ "${engine}" == "unreal2" ]; then if [ "${gamename}" == "Unreal Tournament 2004" ]; then - fn_getopt_ut2k4 + core_getopt.sh_ut2k4 else - fn_getopt_unreal2 + core_getopt.sh_unreal2 fi elif [ "${engine}" == "unreal" ]; then - fn_getopt_unreal + core_getopt.sh_unreal else - fn_getopt_generic + core_getopt.sh_generic fi \ No newline at end of file diff --git a/functions/fn_functions b/functions/fn_functions index 8b3884f25..2df618f10 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -1,5 +1,5 @@ #!/bin/bash -# LGSM fn_functions function +# LGSM core_functions.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="261215" @@ -7,12 +7,12 @@ lgsm_version="261215" # Description: Redirect to new core_functions.sh core_functions.sh(){ -# Functions are defined in fn_functions. +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_getopt(){ +core_getopt.sh(){ functionfile="${FUNCNAME}" fn_runfunction } diff --git a/functions/fn_getopt b/functions/fn_getopt index 6f5048d27..5d5e2a25f 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -1,5 +1,5 @@ #!/bin/bash -# LGSM fn_getopt function +# LGSM core_getopt.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="201215" @@ -7,7 +7,7 @@ lgsm_version="201215" # Description: Redirect to new core_getopt.sh core_getopt.sh(){ -# Functions are defined in fn_functions. +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } diff --git a/tests/tests_ts3server.sh b/tests/tests_ts3server.sh index 3d6ec7398..7347e8883 100644 --- a/tests/tests_ts3server.sh +++ b/tests/tests_ts3server.sh @@ -62,13 +62,13 @@ fi source "${rootdir}/functions/${functionfile}" } -fn_functions(){ -# Functions are defined in fn_functions. +core_functions.sh(){ +# Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_runfunction } -fn_functions +core_functions.sh fn_currentstatus_tmux(){ pid=$(tmux list-sessions 2>&1 | awk '{print $1}' | grep -Ec "^${servicename}:") @@ -152,7 +152,7 @@ echo "=================================" echo "Description:" echo "displaying options messages." echo "" -(fn_getopt) +(core_getopt.sh) echo "" echo "Test complete!" sleep 1