Daniel Gibbs
bdfc44e15c
removed v option from ln
8 years ago
Daniel Gibbs
1db661be4b
renamed filesdir to serverfiles
8 years ago
Daniel Gibbs
26269a04a8
added error check for touch consolelog
8 years ago
Daniel Gibbs
921e5ebb0f
removed v option from mkdir
8 years ago
Daniel Gibbs
ae6338f5ed
removed -v option from touch
8 years ago
Daniel Gibbs
fced24a75d
added error checking to log installing
8 years ago
Daniel Gibbs
2a49480713
changed -h to -L
8 years ago
Daniel Gibbs
aae6c321cc
new solution to prevent symlink from being created when not required
If the gamelogdir is within the logdir then no symlink is created.
8 years ago
Daniel Gibbs
a7e79a5350
renamed scriptlog to lgsmlog
Since there are so many types of logs beign used now changing script to lgsm will clarify what you are working with
8 years ago
Daniel Gibbs
324fa47b2a
Legacy: getting logs to work
8 years ago
Daniel Gibbs
287475b491
A good tidy up
8 years ago
UltimateByte
ac0390719f
fit changes to master
8 years ago
UltimateByte
c9db31d17c
comment
8 years ago
UltimateByte
7d7b448a10
More general way of handling logs
gamelogdir needs to be created if variable is set, otherwise check_logs.sh will attempt to create it if the server wasn't started yet and directory doesn't exist, as per https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/check_logs.sh#L24
symlink is done once gamelogdir is created, if variable is set
Working with "if gamelogdir" variable exists is a more general and simple way of doing it and shouldn't cause any kind of issue.
8 years ago
Daniel Gibbs
4155af5d60
Reverting commit, no requirement to bypass this.
Rather than get no output mkdir message states that the directory already exists. This looks better than having nothing at all.
8 years ago
UltimateByte
84016558b8
double quote missing
8 years ago
UltimateByte
ab8ad9084c
Only create dirs if they don't already exist
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
62a07a4a02
messages
9 years ago
Daniel Gibbs
97864ef769
updated log messages
9 years ago
Daniel Gibbs
b6c117bca6
local modulename may be required after all
9 years ago
Daniel Gibbs
e880fda8fe
Removed local from module name as for functions only
9 years ago
Daniel Gibbs
adfbaa49f3
updated fn_scriptlog to fn_script_log
Bringing in line with other function names
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
6f16645e29
gamelogs now symlink
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
7bd6fb9af1
no longer a requirement for symbolic link
the game log dir is set in parms
9 years ago
Daniel Gibbs
d9f9e76ad9
Added module name to all install functions
9 years ago
Daniel Gibbs
6d1819e05f
Added CANCELED and REMOVED eol
9 years ago
Daniel Gibbs
19b9e779d9
Added logging
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
f005da0fe8
Renamed all functions test required now
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
38efaf6a9e
added teeworlds server logging
10 years ago
Bryce Van Dyk
faffd89e61
Revert fn_install_logs, it doesn't need changing
10 years ago
Bryce Van Dyk
539e3bc360
Remove game log -- terraria doesn't have any
10 years ago
Bryce Van Dyk
a04db10f52
Update functions to play nice with terraria
10 years ago
Daniel Gibbs
d24c9aa36c
check logs now uses fn_install_logs
fn_check_logs now uses fn_install_logs to generate any missing logs.
Merged fn_install_logs code to reduce duplicate code.
10 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
99e02e5000
First release of pzserver
Project Zomboid server has its first release
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
10 years ago
Daniel Gibbs
c7b20905eb
Updated dates
10 years ago
Poil
bb4aa69646
No error when links already exist
10 years ago