diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver
index feb5ed918..116eb9ce6 100644
--- a/7DaysToDie/sdtdserver
+++ b/7DaysToDie/sdtdserver
@@ -2,7 +2,7 @@
# 7 Days To Die
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver
index 0e6fd3f96..90d262694 100644
--- a/ARKSurvivalEvolved/arkserver
+++ b/ARKSurvivalEvolved/arkserver
@@ -2,7 +2,7 @@
# ARK: Survivial Evolved
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Arma3/arma3server b/Arma3/arma3server
index 379ee8066..7215de44d 100644
--- a/Arma3/arma3server
+++ b/Arma3/arma3server
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributor: Scarsz
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver
index cf8efb1a5..6d8ffbc2e 100644
--- a/BlackMesa/bmdmserver
+++ b/BlackMesa/bmdmserver
@@ -2,7 +2,7 @@
# Black Mesa: Deathmatch
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
@@ -33,7 +33,7 @@ updateonstart="off"
# Optional: Game Server Login Token
# GSLT can be used for running a public server.
-# More info: http://gameservermanagers.com/gslt
+# More info: https://gameservermanagers.com/gslt
gslt=""
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver
index 879c5d765..87c48e89c 100644
--- a/BladeSymphony/bsserver
+++ b/BladeSymphony/bsserver
@@ -2,7 +2,7 @@
# Blade Symphony
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/BrainBread2/bb2server b/BrainBread2/bb2server
index 321c27d49..2afc3fe32 100644
--- a/BrainBread2/bb2server
+++ b/BrainBread2/bb2server
@@ -2,7 +2,7 @@
# BrainBread 2
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
@@ -33,7 +33,7 @@ updateonstart="off"
# Optional: Game Server Login Token
# GSLT can be used for running a public server.
-# More info: http://gameservermanagers.com/gslt
+# More info: https://gameservermanagers.com/gslt
gslt=""
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
diff --git a/CodenameCURE/ccserver b/CodenameCURE/ccserver
index 55632e467..7b4b0dde6 100644
--- a/CodenameCURE/ccserver
+++ b/CodenameCURE/ccserver
@@ -2,7 +2,7 @@
# Codename CURE
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/CounterStrike/csserver b/CounterStrike/csserver
index 80c9ea796..55b9d4b35 100644
--- a/CounterStrike/csserver
+++ b/CounterStrike/csserver
@@ -2,7 +2,7 @@
# Counter Strike
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver
index cabcdda5a..9f0df0574 100644
--- a/CounterStrikeConditionZero/csczserver
+++ b/CounterStrikeConditionZero/csczserver
@@ -2,7 +2,7 @@
# Counter Strike: Condition Zero
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver
index d2ba2c507..3e1b51874 100755
--- a/CounterStrikeGlobalOffensive/csgoserver
+++ b/CounterStrikeGlobalOffensive/csgoserver
@@ -2,7 +2,7 @@
# Counter Strike: Global Offensive
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
@@ -44,7 +44,7 @@ updateonstart="off"
# Required: Game Server Login Token
# GSLT is required for running a public server.
-# More info: http://gameservermanagers.com/gslt
+# More info: https://gameservermanagers.com/gslt
gslt=""
# Optional: Workshop Parameters
diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver
index 40dacf097..7ab14251b 100644
--- a/CounterStrikeSource/cssserver
+++ b/CounterStrikeSource/cssserver
@@ -2,7 +2,7 @@
# Counter Strike: Source
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver
index 6fc30e14c..20444a2de 100644
--- a/DayOfDefeat/dodserver
+++ b/DayOfDefeat/dodserver
@@ -2,7 +2,7 @@
# Day of Defeat
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver
index 025937d76..8a13ced73 100644
--- a/DayOfDefeatSource/dodsserver
+++ b/DayOfDefeatSource/dodsserver
@@ -2,7 +2,7 @@
# Day of Defeat: Source
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver
index 6f18aac51..49e204d51 100644
--- a/DeathmatchClassic/dmcserver
+++ b/DeathmatchClassic/dmcserver
@@ -2,7 +2,7 @@
# Deathmatch Classic
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver
index e7a754670..eaa7b4cf7 100644
--- a/DontStarveTogether/dstserver
+++ b/DontStarveTogether/dstserver
@@ -2,7 +2,7 @@
# Dont Starve Together
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver
index cdc3ca7c9..24f2dafdc 100644
--- a/DoubleActionBoogaloo/dabserver
+++ b/DoubleActionBoogaloo/dabserver
@@ -2,7 +2,7 @@
# Double Action: Boogaloo
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver
index d0a9c7372..ff1a02a24 100644
--- a/FistfulOfFrags/fofserver
+++ b/FistfulOfFrags/fofserver
@@ -2,7 +2,7 @@
# Fistful Of Frags
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver
index bc4fca209..212072989 100644
--- a/GarrysMod/gmodserver
+++ b/GarrysMod/gmodserver
@@ -2,7 +2,7 @@
# Garry's Mod
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
@@ -44,7 +44,7 @@ customparms="+r_hunkalloclightmaps 0"
# Optional: Game Server Login Token
# GSLT can be used for running a public server.
-# More info: http://gameservermanagers.com/gslt
+# More info: https://gameservermanagers.com/gslt
gslt=""
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
diff --git a/GoldenEyeSource/gesserver b/GoldenEyeSource/gesserver
index 7649b6ec0..cbc710bc7 100644
--- a/GoldenEyeSource/gesserver
+++ b/GoldenEyeSource/gesserver
@@ -2,7 +2,7 @@
# GoldenEye: Source
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver
index 3b45b537d..b67986749 100644
--- a/HalfLife2Deathmatch/hl2dmserver
+++ b/HalfLife2Deathmatch/hl2dmserver
@@ -2,7 +2,7 @@
# Half Life 2: Deathmatch
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver
index bbb418522..55f5fd749 100644
--- a/HalfLifeDeathmatch/hldmserver
+++ b/HalfLifeDeathmatch/hldmserver
@@ -2,7 +2,7 @@
# Half Life: Deathmatch
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver
index 83a9684b4..9db71678c 100644
--- a/HalfLifeDeathmatchSource/hldmsserver
+++ b/HalfLifeDeathmatchSource/hldmsserver
@@ -2,7 +2,7 @@
# Half-Life Deathmatch: Source
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Hurtworld/hwserver b/Hurtworld/hwserver
index b828f53d7..47be057d8 100644
--- a/Hurtworld/hwserver
+++ b/Hurtworld/hwserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs,
# Contributor: UltimateByte
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Insurgency/insserver b/Insurgency/insserver
index 9afc9c821..4803e65dd 100644
--- a/Insurgency/insserver
+++ b/Insurgency/insserver
@@ -2,7 +2,7 @@
# Insurgency
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/JustCause2/jc2server b/JustCause2/jc2server
index bd75e35fb..102370f0f 100644
--- a/JustCause2/jc2server
+++ b/JustCause2/jc2server
@@ -2,7 +2,7 @@
# Just Cause 2
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver
index ae9f31854..9ce398a66 100644
--- a/KillingFloor/kfserver
+++ b/KillingFloor/kfserver
@@ -2,7 +2,7 @@
# Killing Floor
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver
index 7ca5641a3..a02794d06 100644
--- a/Left4Dead/l4dserver
+++ b/Left4Dead/l4dserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributor: Summit Singh Thakur
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server
index 31a897818..20add85dd 100644
--- a/Left4Dead2/l4d2server
+++ b/Left4Dead2/l4d2server
@@ -2,7 +2,7 @@
# Left 4 Dead 2
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Mumble/mumbleserver b/Mumble/mumbleserver
index 53b0064d0..e7302f9be 100644
--- a/Mumble/mumbleserver
+++ b/Mumble/mumbleserver
@@ -2,7 +2,7 @@
# Mumble
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver
index 9d1eada32..f0f9df415 100644
--- a/NS2Combat/ns2cserver
+++ b/NS2Combat/ns2cserver
@@ -2,7 +2,7 @@
# NS2: Combat
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server
index 206a652f8..9c6906d6b 100644
--- a/NaturalSelection2/ns2server
+++ b/NaturalSelection2/ns2server
@@ -2,7 +2,7 @@
# Natural Selection 2
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver
index d0f14383a..c8de59f28 100644
--- a/NoMoreRoomInHell/nmrihserver
+++ b/NoMoreRoomInHell/nmrihserver
@@ -2,7 +2,7 @@
# No More Room in Hell
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver
index 828ef5e50..5f00c4e1c 100644
--- a/OpposingForce/opforserver
+++ b/OpposingForce/opforserver
@@ -2,7 +2,7 @@
# Half-Life: Opposing Force
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/PiratesVikingandKnightsII/pvkiiserver b/PiratesVikingandKnightsII/pvkiiserver
index 635a8eedd..42ab9aac3 100644
--- a/PiratesVikingandKnightsII/pvkiiserver
+++ b/PiratesVikingandKnightsII/pvkiiserver
@@ -2,7 +2,7 @@
# No More Room in Hell
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver
index 842318759..7ab280674 100644
--- a/ProjectZomboid/pzserver
+++ b/ProjectZomboid/pzserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributions: Bryce Van Dyk (SingingTree)
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/QuakeLive/qlserver b/QuakeLive/qlserver
index 835e1ed0f..c65da408a 100755
--- a/QuakeLive/qlserver
+++ b/QuakeLive/qlserver
@@ -2,7 +2,7 @@
# Quake Live
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/README.md b/README.md
index 6b7056b55..c4c61df3a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
Linux Game Server Managers_
-
+
[](https://travis-ci.org/dgibbs64/linuxgsm)
[](http://waffle.io/dgibbs64/linuxgsm)
@@ -38,11 +38,11 @@ All FAQ can be found here.
Donate
If you want to donate to the project you can via PayPal, Flattr or Gratipay. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!
Useful Links
- - Homepage
+ - Homepage
- Wiki
- GitHub Code
- GitHub Issues
diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver
index 7aa33a3d6..84d00b6f8 100644
--- a/RedOrchestra/roserver
+++ b/RedOrchestra/roserver
@@ -2,7 +2,7 @@
# Red Orchestra: Ostfront 41-45
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver
index 605b2018b..067065811 100644
--- a/Ricochet/ricochetserver
+++ b/Ricochet/ricochetserver
@@ -2,7 +2,7 @@
# Ricochet
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Rust/cfg/lgsm-default.cfg b/Rust/cfg/lgsm-default.cfg
index 91d7a32d9..6d5ed99f8 100644
--- a/Rust/cfg/lgsm-default.cfg
+++ b/Rust/cfg/lgsm-default.cfg
@@ -14,7 +14,7 @@ server.description "LGSM Server\nRust support : UltimateByte"
server.headerimage "https://github.com/dgibbs64/linuxgsm/raw/master/images/logo/lgsm-full-light.png"
# The URL to your servers website.
-server.url "http://gameservermanagers.com/"
+server.url "https://gameservermanagers.com/"
####################################
# Optional Settings You Can Change #
diff --git a/Rust/rustserver b/Rust/rustserver
index ec3a4ee9c..b3a972c1d 100644
--- a/Rust/rustserver
+++ b/Rust/rustserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributor: UltimateByte (LGSM adaptation), Wulf (Information)
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver
index 44e48a0a7..60bcc0230 100644
--- a/SeriousSam3BFE/ss3sserver
+++ b/SeriousSam3BFE/ss3sserver
@@ -2,7 +2,7 @@
# Serious Sam 3: BFE
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/StarBound/sbserver b/StarBound/sbserver
index 84525d4a4..881d6c5fc 100644
--- a/StarBound/sbserver
+++ b/StarBound/sbserver
@@ -2,7 +2,7 @@
# Starbound
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/SvenCoop/svencoopserver b/SvenCoop/svencoopserver
index d5cf4dff9..9d2ceb2f9 100644
--- a/SvenCoop/svencoopserver
+++ b/SvenCoop/svencoopserver
@@ -2,7 +2,7 @@
# Sven Co-op
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server
index e54f8668a..671942f71 100644
--- a/TeamFortress2/tf2server
+++ b/TeamFortress2/tf2server
@@ -2,7 +2,7 @@
# Team Fortress 2
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
@@ -33,7 +33,7 @@ updateonstart="off"
# Optional: Game Server Login Token
# GSLT can be used for running a public server.
-# More info: http://gameservermanagers.com/gslt
+# More info: https://gameservermanagers.com/gslt
gslt=""
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver
index 3d1e72e40..fbcbe3227 100644
--- a/TeamFortressClassic/tfcserver
+++ b/TeamFortressClassic/tfcserver
@@ -2,7 +2,7 @@
# Team Fortress Classic
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server
index 11d91a529..835113f78 100644
--- a/TeamSpeak3/ts3server
+++ b/TeamSpeak3/ts3server
@@ -2,7 +2,7 @@
# Teamspeak 3
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Teeworlds/twserver b/Teeworlds/twserver
index e04f47816..19a766260 100644
--- a/Teeworlds/twserver
+++ b/Teeworlds/twserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributor: Bryce Van Dyk (SingingTree)
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/Terraria/terrariaserver b/Terraria/terrariaserver
index 6734f7413..7e1b35db2 100644
--- a/Terraria/terrariaserver
+++ b/Terraria/terrariaserver
@@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Contributor: Bryce Van Dyk (SingingTree)
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server
index 0dfe460d3..f0d1efc29 100644
--- a/UnrealTournament2004/ut2k4server
+++ b/UnrealTournament2004/ut2k4server
@@ -2,7 +2,7 @@
# Unreal Tournament 2004
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server
index 94aa01386..c7981d0cd 100644
--- a/UnrealTournament99/ut99server
+++ b/UnrealTournament99/ut99server
@@ -2,7 +2,7 @@
# Unreal Tournament 99
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
diff --git a/functions/command_update_functions.sh b/functions/command_update_functions.sh
index 5e9671594..65867df9a 100644
--- a/functions/command_update_functions.sh
+++ b/functions/command_update_functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_update_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
# Description: Deletes the functions dir to allow re-downloading of functions from GitHub.
diff --git a/functions/core_functions.sh b/functions/core_functions.sh
index d2e389f56..49eb5e017 100644
--- a/functions/core_functions.sh
+++ b/functions/core_functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="180316"
# Description: REDIRECT FUNCTION to new location for core_functions.sh
diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh
index b3e0b4c33..641dce7f1 100644
--- a/functions/core_getopt.sh
+++ b/functions/core_getopt.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_getopt.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="180316"
# Description: REDIRECT FUNCTION to new location for core_getopt.sh
diff --git a/functions/fn_functions b/functions/fn_functions
index 0acb04b17..a3ddfc373 100644
--- a/functions/fn_functions
+++ b/functions/fn_functions
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_functions function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="180316"
# Description: REDIRECT FUNCTION to new core_functions.sh
diff --git a/functions/fn_getopt b/functions/fn_getopt
index 3323d7f75..d84434ce9 100644
--- a/functions/fn_getopt
+++ b/functions/fn_getopt
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_getopt.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="180316"
# Description: REDIRECT FUNCTION to new core_getopt.sh
diff --git a/functions/fn_update_functions b/functions/fn_update_functions
index ee19979c5..53f0988de 100644
--- a/functions/fn_update_functions
+++ b/functions/fn_update_functions
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_update_functions function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: REDIRECT FUNCTION to new command_update_functions.sh
diff --git a/lgsm/functions/check.sh b/lgsm/functions/check.sh
index 93d1f119a..9fb6058e8 100644
--- a/lgsm/functions/check.sh
+++ b/lgsm/functions/check.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_check function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Overall function for managing checks.
diff --git a/lgsm/functions/check_config.sh b/lgsm/functions/check_config.sh
index c329cca95..8cc41a8a9 100644
--- a/lgsm/functions/check_config.sh
+++ b/lgsm/functions/check_config.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_config.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060116"
# Description: If server config missing warn user.
diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh
index 5e523a521..8f9de49f8 100644
--- a/lgsm/functions/check_deps.sh
+++ b/lgsm/functions/check_deps.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_deps.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="050516"
# Description: Checks that the requires dependencies are installed for LGSM.
diff --git a/lgsm/functions/check_glibc.sh b/lgsm/functions/check_glibc.sh
index 3461c3dee..c5dc94142 100644
--- a/lgsm/functions/check_glibc.sh
+++ b/lgsm/functions/check_glibc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_glibc.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="020116"
# Description: Checks if server has correct glibc or has a fix available.
diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh
index 2a5ae5794..da6b35665 100644
--- a/lgsm/functions/check_ip.sh
+++ b/lgsm/functions/check_ip.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_ip.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Automatically identifies the server interface IP.
@@ -23,7 +23,7 @@ if [ "${gamename}" != "Teamspeak 3" ]; then
echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
echo -en "${getip}\n"
echo -en ""
- echo -en "http://gameservermanagers.com/network-interfaces\n"
+ echo -en "https://gameservermanagers.com/network-interfaces\n"
echo -en ""
exit 1
else
diff --git a/lgsm/functions/check_logs.sh b/lgsm/functions/check_logs.sh
index 9b4f41324..4d604cdd2 100644
--- a/lgsm/functions/check_logs.sh
+++ b/lgsm/functions/check_logs.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_logs.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Checks that log files exist on server start
diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh
index 189708e50..4360820f7 100644
--- a/lgsm/functions/check_permissions.sh
+++ b/lgsm/functions/check_permissions.sh
@@ -2,7 +2,7 @@
# LGSM check_permissions.sh
# Author: Daniel Gibbs
# Contributor: UltimateByte
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="150316"
# Description: Checks script, files and folders ownership and permissions.
diff --git a/lgsm/functions/check_root.sh b/lgsm/functions/check_root.sh
index 01c89b629..e464088f3 100644
--- a/lgsm/functions/check_root.sh
+++ b/lgsm/functions/check_root.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_root.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060316"
if [ $(whoami) = "root" ]; then
diff --git a/lgsm/functions/check_status.sh b/lgsm/functions/check_status.sh
index 768aded0f..3d8a590fa 100644
--- a/lgsm/functions/check_status.sh
+++ b/lgsm/functions/check_status.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_status function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Checks the proccess status of the server. Either online or offline.
diff --git a/lgsm/functions/check_steamcmd.sh b/lgsm/functions/check_steamcmd.sh
index 81e0f31c4..28592b9b0 100644
--- a/lgsm/functions/check_steamcmd.sh
+++ b/lgsm/functions/check_steamcmd.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_steamcmd.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="160316"
# Description: Checks SteamCMD is installed and correct.
diff --git a/lgsm/functions/check_system_dir.sh b/lgsm/functions/check_system_dir.sh
index d5d57e75b..22933fa79 100644
--- a/lgsm/functions/check_system_dir.sh
+++ b/lgsm/functions/check_system_dir.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_system_dir.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
if [ ! -d "${systemdir}" ]; then
diff --git a/lgsm/functions/check_tmux.sh b/lgsm/functions/check_tmux.sh
index 49f43dd21..d61604a6f 100644
--- a/lgsm/functions/check_tmux.sh
+++ b/lgsm/functions/check_tmux.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM check_tmux.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Checks if tmux is installed as too many users do not RTFM or know how to use Google.
@@ -15,6 +15,6 @@ else
echo " * Tmux is required to run this server."
# Suitable passive agressive message
echo " * Please see the the following link."
- echo " * http://gameservermanagers.com/tmux-not-found"
+ echo " * https://gameservermanagers.com/tmux-not-found"
exit 127
fi
diff --git a/lgsm/functions/command_backup.sh b/lgsm/functions/command_backup.sh
index 563b80bf3..4767920de 100644
--- a/lgsm/functions/command_backup.sh
+++ b/lgsm/functions/command_backup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_backup.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Creates a .tar.gz file in the backup directory.
diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh
index 3a67be820..6e8f48831 100644
--- a/lgsm/functions/command_console.sh
+++ b/lgsm/functions/command_console.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_console.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Gives access to the server tmux console.
diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh
index baa93aec0..1fa0d88e5 100644
--- a/lgsm/functions/command_debug.sh
+++ b/lgsm/functions/command_debug.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_debug.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Runs the server without tmux. Runs direct from the terminal.
diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh
index 7bce97ac0..157f79cd1 100644
--- a/lgsm/functions/command_details.sh
+++ b/lgsm/functions/command_details.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_details.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="080516"
# Description: Displays server infomation.
diff --git a/lgsm/functions/command_dev_debug.sh b/lgsm/functions/command_dev_debug.sh
index 46bae900d..2c945bbea 100644
--- a/lgsm/functions/command_dev_debug.sh
+++ b/lgsm/functions/command_dev_debug.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM dev_debug.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="281215"
# Description: Dev only: enables debuging log to be saved to dev-debug.log.
diff --git a/lgsm/functions/command_dev_detect_deps.sh b/lgsm/functions/command_dev_detect_deps.sh
index 06bf99599..fd2d54bc1 100644
--- a/lgsm/functions/command_dev_detect_deps.sh
+++ b/lgsm/functions/command_dev_detect_deps.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_dep_detect function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Detects dependencies the server binary requires.
diff --git a/lgsm/functions/command_email_test.sh b/lgsm/functions/command_email_test.sh
index 26a0b6a42..9ef90bae5 100644
--- a/lgsm/functions/command_email_test.sh
+++ b/lgsm/functions/command_email_test.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_email_test.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Sends a test email notification.
diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh
index a509a14ae..f502f1fdb 100644
--- a/lgsm/functions/command_fastdl.sh
+++ b/lgsm/functions/command_fastdl.sh
@@ -2,7 +2,7 @@
# LGSM command_fastdl function
# Author: Daniel Gibbs
# Contributor: UltimateByte
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="210216"
# Description: Creates a FastDL folder
diff --git a/lgsm/functions/command_install.sh b/lgsm/functions/command_install.sh
index 877896380..e63742133 100644
--- a/lgsm/functions/command_install.sh
+++ b/lgsm/functions/command_install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_install function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="260216"
# Description: Overall function for the installer.
diff --git a/lgsm/functions/command_monitor.sh b/lgsm/functions/command_monitor.sh
index 3a7d9f468..f3c270682 100644
--- a/lgsm/functions/command_monitor.sh
+++ b/lgsm/functions/command_monitor.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_monitor.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Monitors server by checking for running proccesses
diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh
index 3637f5ef2..b3cf88255 100644
--- a/lgsm/functions/command_start.sh
+++ b/lgsm/functions/command_start.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_start.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Starts the server.
@@ -90,13 +90,13 @@ fn_start_tmux(){
# tmux pipe-pane not supported in tmux versions < 1.6
if [ "$(tmux -V|sed "s/tmux //"|sed -n '1 p'|tr -cd '[:digit:]')" -lt "16" ]; then
echo "Console logging disabled: Tmux => 1.6 required" >> "${consolelog}"
- echo "http://gameservermanagers.com/tmux-upgrade" >> "${consolelog}"
+ echo "https://gameservermanagers.com/tmux-upgrade" >> "${consolelog}"
echo "Currently installed: $(tmux -V)" >> "${consolelog}"
# Console logging disabled: Bug in tmux 1.8 breaks logging
elif [ "$(tmux -V|sed "s/tmux //"|sed -n '1 p'|tr -cd '[:digit:]')" -eq "18" ]; then
echo "Console logging disabled: Bug in tmux 1.8 breaks logging" >> "${consolelog}"
- echo "http://gameservermanagers.com/tmux-upgrade" >> "${consolelog}"
+ echo "https://gameservermanagers.com/tmux-upgrade" >> "${consolelog}"
echo "Currently installed: $(tmux -V)" >> "${consolelog}"
# Console logging enable or not set
@@ -130,7 +130,7 @@ fn_start_tmux(){
echo "================================="
cat "${scriptlogdir}/.${servicename}-tmux-error.tmp" | tee -a "${scriptlog}"
- # Detected error http://gameservermanagers.com/issues
+ # Detected error https://gameservermanagers.com/issues
if [ $(grep -c "Operation not permitted" "${scriptlogdir}/.${servicename}-tmux-error.tmp") ]; then
echo ""
echo "Fix"
@@ -147,13 +147,13 @@ fn_start_tmux(){
echo ""
echo " usermod -G tty $(whoami)"
echo ""
- echo "http://gameservermanagers.com/tmux-op-perm"
- fn_scriptlog "http://gameservermanagers.com/tmux-op-perm"
+ echo "https://gameservermanagers.com/tmux-op-perm"
+ fn_scriptlog "https://gameservermanagers.com/tmux-op-perm"
else
echo "No known fix currently. Please log an issue."
fn_scriptlog "No known fix currently. Please log an issue."
- echo "http://gameservermanagers.com/issues"
- fn_scriptlog "http://gameservermanagers.com/issues"
+ echo "https://gameservermanagers.com/issues"
+ fn_scriptlog "https://gameservermanagers.com/issues"
fi
fi
fi
diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh
index ba8400879..935347cca 100644
--- a/lgsm/functions/command_stop.sh
+++ b/lgsm/functions/command_stop.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_stop.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Stops the server.
diff --git a/lgsm/functions/command_ts3_server_pass.sh b/lgsm/functions/command_ts3_server_pass.sh
index a0ca6d66d..61f960bce 100644
--- a/lgsm/functions/command_ts3_server_pass.sh
+++ b/lgsm/functions/command_ts3_server_pass.sh
@@ -2,7 +2,7 @@
# LGSM command_serveradmin_password.sh function
# Author: Daniel Gibbs
# Contributor : UltimateByte
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="080116"
# Description: Changes TS3 serveradmin password
diff --git a/lgsm/functions/command_update_functions.sh b/lgsm/functions/command_update_functions.sh
index 5e9671594..65867df9a 100644
--- a/lgsm/functions/command_update_functions.sh
+++ b/lgsm/functions/command_update_functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_update_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
# Description: Deletes the functions dir to allow re-downloading of functions from GitHub.
diff --git a/lgsm/functions/command_validate.sh b/lgsm/functions/command_validate.sh
index 4445c549b..6e48d7972 100644
--- a/lgsm/functions/command_validate.sh
+++ b/lgsm/functions/command_validate.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM command_validate.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Runs a server validation.
diff --git a/lgsm/functions/compress_unreal2_maps.sh b/lgsm/functions/compress_unreal2_maps.sh
index 627df96a0..a7157d9ed 100644
--- a/lgsm/functions/compress_unreal2_maps.sh
+++ b/lgsm/functions/compress_unreal2_maps.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM compress_unreal2_maps.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
diff --git a/lgsm/functions/compress_ut99_maps.sh b/lgsm/functions/compress_ut99_maps.sh
index c65ca79bd..948fb9661 100644
--- a/lgsm/functions/compress_ut99_maps.sh
+++ b/lgsm/functions/compress_ut99_maps.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM compress_ut99_maps.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="301215"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
diff --git a/lgsm/functions/core_dl.sh b/lgsm/functions/core_dl.sh
index 4db131df2..8ee6e357c 100644
--- a/lgsm/functions/core_dl.sh
+++ b/lgsm/functions/core_dl.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_dl.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="050216"
# Description: Deals with all downloads for LGSM.
diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh
index 266a831a9..e80998a44 100644
--- a/lgsm/functions/core_functions.sh
+++ b/lgsm/functions/core_functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Defines all functions to allow download and execution of functions using fn_fetch_function.
diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh
index e035f0c3c..3e031486d 100644
--- a/lgsm/functions/core_getopt.sh
+++ b/lgsm/functions/core_getopt.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_getopt.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="070116"
# Description: getopt arguments.
@@ -46,7 +46,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -103,7 +103,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -151,7 +151,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -211,7 +211,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -271,7 +271,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -336,7 +336,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
@@ -399,7 +399,7 @@ case "$getopt" in
*)
echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}"
- echo "http://gameservermanagers.com/${selfname}"
+ echo "https://gameservermanagers.com/${selfname}"
echo -e ""
echo -e "\e[93mCommands\e[0m"
{
diff --git a/lgsm/functions/core_messages.sh b/lgsm/functions/core_messages.sh
index 54b245193..8d567fa02 100644
--- a/lgsm/functions/core_messages.sh
+++ b/lgsm/functions/core_messages.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_messages function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="380216"
# Description: Defines on-screen messages such as [ OK ] and how script logs look.
diff --git a/lgsm/functions/email.sh b/lgsm/functions/email.sh
index 11ef7820a..f4851b95b 100644
--- a/lgsm/functions/email.sh
+++ b/lgsm/functions/email.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM email.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="240416"
# Description: Sends email notification if monitor picks up a failure.
diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh
index af8a29175..bfedeb1b4 100644
--- a/lgsm/functions/fix.sh
+++ b/lgsm/functions/fix.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Overall function for managing fixes.
diff --git a/lgsm/functions/fix_arma3.sh b/lgsm/functions/fix_arma3.sh
index ffc607ed6..6c1eb5cd9 100644
--- a/lgsm/functions/fix_arma3.sh
+++ b/lgsm/functions/fix_arma3.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_arma3.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="301215"
# Fixes: server not always creating steam_appid.txt file.
diff --git a/lgsm/functions/fix_csgo.sh b/lgsm/functions/fix_csgo.sh
index f968640ce..39f14218d 100644
--- a/lgsm/functions/fix_csgo.sh
+++ b/lgsm/functions/fix_csgo.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_csgo.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Resolves various issues with csgo.
diff --git a/lgsm/functions/fix_dst.sh b/lgsm/functions/fix_dst.sh
index 5dadf4b78..c1179ea38 100644
--- a/lgsm/functions/fix_dst.sh
+++ b/lgsm/functions/fix_dst.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_dst.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Resolves various issues with Dont Starve together.
diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh
index 12823c3b0..3ffc52960 100644
--- a/lgsm/functions/fix_glibc.sh
+++ b/lgsm/functions/fix_glibc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_glibc.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="220416"
# Description: Downloads required glibc files and applys teh glibc fix if required
diff --git a/lgsm/functions/fix_ins.sh b/lgsm/functions/fix_ins.sh
index 210c702ce..abdfd0876 100644
--- a/lgsm/functions/fix_ins.sh
+++ b/lgsm/functions/fix_ins.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_ins.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="291215"
# Description: Resolves various issues with Insurgency.
diff --git a/lgsm/functions/fix_kf.sh b/lgsm/functions/fix_kf.sh
index 7e77ca8e6..19aad68b2 100644
--- a/lgsm/functions/fix_kf.sh
+++ b/lgsm/functions/fix_kf.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_kf.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
echo "Applying WebAdmin ROOst.css fix."
diff --git a/lgsm/functions/fix_ro.sh b/lgsm/functions/fix_ro.sh
index 9364d3e01..31044227e 100644
--- a/lgsm/functions/fix_ro.sh
+++ b/lgsm/functions/fix_ro.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_ro.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Resolves various issues with red orchestra.
diff --git a/lgsm/functions/fix_steamcmd.sh b/lgsm/functions/fix_steamcmd.sh
index 86feb9e2c..a43aa1115 100644
--- a/lgsm/functions/fix_steamcmd.sh
+++ b/lgsm/functions/fix_steamcmd.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_steamcmd.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: fixes various issues related to steamCMD.
diff --git a/lgsm/functions/fix_ut2k4.sh b/lgsm/functions/fix_ut2k4.sh
index 363aa5d56..e633c0188 100644
--- a/lgsm/functions/fix_ut2k4.sh
+++ b/lgsm/functions/fix_ut2k4.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_ut2k4.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Resolves various issues with unreal tournament 2004.
diff --git a/lgsm/functions/fix_ut99.sh b/lgsm/functions/fix_ut99.sh
index f7792fb44..45d6ec777 100644
--- a/lgsm/functions/fix_ut99.sh
+++ b/lgsm/functions/fix_ut99.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fix_ut99.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
echo "${servercfgfullpath}"
echo "enabling UdpServerUplink."
diff --git a/lgsm/functions/fn_functions b/lgsm/functions/fn_functions
index f6ea53f55..f9c62aa46 100644
--- a/lgsm/functions/fn_functions
+++ b/lgsm/functions/fn_functions
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Redirect to new core_functions.sh
diff --git a/lgsm/functions/fn_getopt b/lgsm/functions/fn_getopt
index 8b52e1865..5cc3c9e20 100644
--- a/lgsm/functions/fn_getopt
+++ b/lgsm/functions/fn_getopt
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM core_getopt.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Redirect to new core_getopt.sh
diff --git a/lgsm/functions/fn_update_functions b/lgsm/functions/fn_update_functions
index 5fbb28975..3f130d3a0 100644
--- a/lgsm/functions/fn_update_functions
+++ b/lgsm/functions/fn_update_functions
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM fn_update_functions.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="230116"
# Description: LEGACY FUNCTION Deletes the functions dir to allow re-downloading of functions from GitHub.
diff --git a/lgsm/functions/gsquery.py b/lgsm/functions/gsquery.py
index b132038e3..8f7b8208c 100644
--- a/lgsm/functions/gsquery.py
+++ b/lgsm/functions/gsquery.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Game Server Query
# Author: Anonymous & Daniel Gibbs
-# # Website: http://gameservermanagers.com
+# # Website: https://gameservermanagers.com
# Version: 190216
import optparse
diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh
index 8e14f7da8..049161e13 100644
--- a/lgsm/functions/info_config.sh
+++ b/lgsm/functions/info_config.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM info_config.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Gets specific details from config files.
diff --git a/lgsm/functions/info_distro.sh b/lgsm/functions/info_distro.sh
index 7dc40c549..cc101a3df 100644
--- a/lgsm/functions/info_distro.sh
+++ b/lgsm/functions/info_distro.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM info_distro.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Variables providing useful info on the Operating System such as disk and performace info.
diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh
index 46c45d904..055dbbb85 100644
--- a/lgsm/functions/info_glibc.sh
+++ b/lgsm/functions/info_glibc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM info_glibc.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="260216"
# Description: stores details on servers Glibc requirements.
diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh
index 8c1b476e7..99c51369c 100644
--- a/lgsm/functions/info_parms.sh
+++ b/lgsm/functions/info_parms.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM info_parms.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="010316"
# Description: Gets specific details server parameters.
diff --git a/lgsm/functions/install_complete.sh b/lgsm/functions/install_complete.sh
index 5ea9a127b..c04296b64 100644
--- a/lgsm/functions/install_complete.sh
+++ b/lgsm/functions/install_complete.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_complete.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
@@ -10,7 +10,7 @@ if [ "${gamename}" == "Don't Starve Together" ]; then
echo ""
echo "An Authentication Token is required to run this server!"
echo "Follow the instructions in this link to obtain this key"
- echo " http://gameservermanagers.com/dst-auth-token"
+ echo " https://gameservermanagers.com/dst-auth-token"
fi
echo "================================="
echo "Install Complete!"
diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh
index 75ca40618..26993a0b3 100644
--- a/lgsm/functions/install_config.sh
+++ b/lgsm/functions/install_config.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_config.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="220216"
local modulename="Install"
diff --git a/lgsm/functions/install_gslt.sh b/lgsm/functions/install_gslt.sh
index 5bd309f28..1c05921c0 100644
--- a/lgsm/functions/install_gslt.sh
+++ b/lgsm/functions/install_gslt.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_gslt.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
# Description: Configures GSLT.
@@ -21,9 +21,9 @@ else
fi
echo "Get more info and a token here:"
-echo "http://gameservermanagers.com/gslt"
+echo "https://gameservermanagers.com/gslt"
fn_scriptlog "Get more info and a token here:"
-fn_scriptlog "http://gameservermanagers.com/gslt"
+fn_scriptlog "https://gameservermanagers.com/gslt"
echo ""
if [ -z "${autoinstall}" ]; then
echo "Enter token below (Can be blank)."
diff --git a/lgsm/functions/install_gsquery.sh b/lgsm/functions/install_gsquery.sh
index 1f2f16bdc..a8b3d2ec4 100644
--- a/lgsm/functions/install_gsquery.sh
+++ b/lgsm/functions/install_gsquery.sh
@@ -1,13 +1,13 @@
#!/bin/bash
# LGSM install_gsquery.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="190216"
fn_dlgsquery(){
cd "${rootdir}"
echo -e "downloading gsquery.py...\c"
-wget -N /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
+wget -N /dev/null "https://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
chmod +x gsquery.py
}
diff --git a/lgsm/functions/install_header.sh b/lgsm/functions/install_header.sh
index da8b7bf6c..13cb7a96e 100644
--- a/lgsm/functions/install_header.sh
+++ b/lgsm/functions/install_header.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_header.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="190216"
local modulename="Install"
@@ -12,5 +12,5 @@ echo "${gamename}"
echo "Linux Game Server Manager"
echo "by Daniel Gibbs"
echo "Contributors: http://goo.gl/qLmitD"
-echo "http://gameservermanagers.com"
+echo "https://gameservermanagers.com"
echo "================================="
diff --git a/lgsm/functions/install_logs.sh b/lgsm/functions/install_logs.sh
index 65ae75448..4ecfa1639 100644
--- a/lgsm/functions/install_logs.sh
+++ b/lgsm/functions/install_logs.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_logs.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
local modulename="Install"
diff --git a/lgsm/functions/install_retry.sh b/lgsm/functions/install_retry.sh
index 7f04ac9ed..fcd837d98 100644
--- a/lgsm/functions/install_retry.sh
+++ b/lgsm/functions/install_retry.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_retry.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
diff --git a/lgsm/functions/install_server_dir.sh b/lgsm/functions/install_server_dir.sh
index ab73ecfd2..4c582bf00 100644
--- a/lgsm/functions/install_server_dir.sh
+++ b/lgsm/functions/install_server_dir.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_serverdir.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh
index d6655689b..91cb9ef19 100644
--- a/lgsm/functions/install_server_files.sh
+++ b/lgsm/functions/install_server_files.sh
@@ -1,16 +1,16 @@
#!/bin/bash
# LGSM install_server_files.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
local modulename="Install"
fn_install_server_files(){
if [ "${gamename}" == "Unreal Tournament 99" ]; then
- fileurl="http://gameservermanagers.com/files/UnrealTournament99/ut99-server-451-ultimate-linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="ut99-server-451-ultimate-linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="49cb24d0550ff6ddeaba6007045c6edd"
+ fileurl="https://gameservermanagers.com/files/UnrealTournament99/ut99-server-451-ultimate-linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="ut99-server-451-ultimate-linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="49cb24d0550ff6ddeaba6007045c6edd"
elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
- fileurl="http://gameservermanagers.com/files/UnrealTournament2004/ut2004-server-3339-ultimate-linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="ut2004-server-3339-ultimate-linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="67c5e2cd9c2a4b04f163962ee41eff54"
+ fileurl="https://gameservermanagers.com/files/UnrealTournament2004/ut2004-server-3339-ultimate-linux.tar.bz2"; filedir="${lgsmdir}/tmp"; filename="ut2004-server-3339-ultimate-linux.tar.bz2"; executecmd="noexecute" run="norun"; force="noforce"; md5="67c5e2cd9c2a4b04f163962ee41eff54"
fi
fn_fetch_file "${fileurl}" "${filedir}" "${filename}" "${executecmd}" "${run}" "${force}" "${md5}"
fn_dl_extract "${filedir}" "${filename}" "${filesdir}"
diff --git a/lgsm/functions/install_steamcmd.sh b/lgsm/functions/install_steamcmd.sh
index de371bbd8..34bd0bc2d 100644
--- a/lgsm/functions/install_steamcmd.sh
+++ b/lgsm/functions/install_steamcmd.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_steamcmd.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
# Description: Downloads SteamCMD on install.
diff --git a/lgsm/functions/install_ts3.sh b/lgsm/functions/install_ts3.sh
index 42cff6197..f1bdb16d1 100644
--- a/lgsm/functions/install_ts3.sh
+++ b/lgsm/functions/install_ts3.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_ts3.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
diff --git a/lgsm/functions/install_ts3db.sh b/lgsm/functions/install_ts3db.sh
index 61e2db7d4..acfa247d3 100644
--- a/lgsm/functions/install_ts3db.sh
+++ b/lgsm/functions/install_ts3db.sh
@@ -2,7 +2,7 @@
# LGSM fn_install_ts3_mariadb function
# Author: Daniel Gibbs
# Contributor: PhilPhonic
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
diff --git a/lgsm/functions/install_ut2k4_key.sh b/lgsm/functions/install_ut2k4_key.sh
index 9a99c170d..19ae650a1 100644
--- a/lgsm/functions/install_ut2k4_key.sh
+++ b/lgsm/functions/install_ut2k4_key.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM install_ut2k4_key.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="271215"
local modulename="Install"
diff --git a/lgsm/functions/logs.sh b/lgsm/functions/logs.sh
index 30de59ea7..c4694ff01 100644
--- a/lgsm/functions/logs.sh
+++ b/lgsm/functions/logs.sh
@@ -2,7 +2,7 @@
# LGSM logs.sh function
# Author: Daniel Gibbs
# Contributor: UltimateByte
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="230216"
# Description: Acts as a log rotater, removing old logs.
diff --git a/lgsm/functions/monitor_gsquery.sh b/lgsm/functions/monitor_gsquery.sh
index 7328ce724..621afe998 100644
--- a/lgsm/functions/monitor_gsquery.sh
+++ b/lgsm/functions/monitor_gsquery.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM monitor_gsquery.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="270216"
# Description: uses gsquery.py to query the server port.
diff --git a/lgsm/functions/update_check.sh b/lgsm/functions/update_check.sh
index e09eb54f2..191a07533 100644
--- a/lgsm/functions/update_check.sh
+++ b/lgsm/functions/update_check.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM update_check.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="060516"
# Description: Checks if a server update is available.
diff --git a/lgsm/functions/update_dl.sh b/lgsm/functions/update_dl.sh
index f23bd2c64..c41fdea90 100644
--- a/lgsm/functions/update_dl.sh
+++ b/lgsm/functions/update_dl.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# LGSM update_dl.sh function
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
lgsm_version="020216"
# Description: Runs a server update.
diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh
index 0fce4904c..d578b22f4 100644
--- a/tests/tests_jc2server.sh
+++ b/tests/tests_jc2server.sh
@@ -2,7 +2,7 @@
# TravisCI Tests
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
version="271215"
#### Variables ####
@@ -175,7 +175,7 @@ echo "================================="
echo "TravisCI Tests"
echo "Linux Game Server Manager"
echo "by Daniel Gibbs"
-echo "http://gameservermanagers.com"
+echo "https://gameservermanagers.com"
echo "================================="
echo ""
sleep 1
diff --git a/tests/tests_ts3server.sh b/tests/tests_ts3server.sh
index cd7c94f23..93f0fa890 100644
--- a/tests/tests_ts3server.sh
+++ b/tests/tests_ts3server.sh
@@ -2,7 +2,7 @@
# TravisCI Tests
# Server Management Script
# Author: Daniel Gibbs
-# Website: http://gameservermanagers.com
+# Website: https://gameservermanagers.com
version="071115"
#### Variables ####
@@ -162,7 +162,7 @@ echo "================================="
echo "TravisCI Tests"
echo "Linux Game Server Manager"
echo "by Daniel Gibbs"
-echo "http://gameservermanagers.com"
+echo "https://gameservermanagers.com"
echo "================================="
echo ""
sleep 1