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
Marvin Lehmann
278388ff39
Improved Project Zomboid Support
- updated config (removed IDs, they will be generated at server start)
- added ip and admin password start parameter
- added more variables to details
9 years ago
Marvin Lehmann
38cd98222e
Replaced insignificant spaces with tabs
9 years ago
Marvin Lehmann
464a8bd8e0
Added directory check
Simply checks if the script log directory exists to suppress the "not
found" error message. Could be improved with a "friendly" user
notification in the future?
9 years ago
Marvin Lehmann
0f6d991c8e
Removed deprecated var emailnotification
This variable is no longer needed.
9 years ago
Marvin Lehmann
18d1ab0a86
Corrected abbreviaton of test-alert parameter
9 years ago
Daniel Gibbs
b58de8ea94
Merge remote-tracking branch 'refs/remotes/origin/master' into development
9 years ago
Daniel Gibbs
811d827750
Merge pull request #946 from dgibbs64/systemrequirements
System requirements
9 years ago
Daniel Gibbs
9b36cb7130
Merge pull request #945 from dgibbs64/rustrconwarn
RCON password check for Rust
9 years ago
Daniel Gibbs
0d4df73f17
using info_distro and updated messages
9 years ago
Daniel Gibbs
1ba9372122
added physicaltotalmb
9 years ago
Daniel Gibbs
f022986832
Now using core_exit.sh
Updated to use new exit code system. I have added a wiki page with the
basics
https://github.com/dgibbs64/linuxgsm/wiki/LGSM-Exit-Codes
Corrected typos
9 years ago
Daniel Gibbs
a2b7899b8e
Merge remote-tracking branch 'refs/remotes/origin/master' into rustrconwarn
9 years ago
Daniel Gibbs
90be789d7a
Merge pull request #944 from dgibbs64/raminfo
Raminfo
9 years ago
Daniel Gibbs
586fefe9c1
Merge pull request #943 from Ormira/master
Add support to 7 days to die to info_config.sh
9 years ago
UltimateByte
3f52a2f988
Line jump
9 years ago
UltimateByte
cce566e885
removed damn autoquote
9 years ago
UltimateByte
03951aefed
FUNCANME > FUNCNAME for fuck sake
9 years ago
UltimateByte
fc99a2cf30
Missing quotes
9 years ago
UltimateByte
633372e84b
added function check_system_requirements.sh
9 years ago
UltimateByte
3e77fc24f6
added sleeps
9 years ago
UltimateByte
18d94278f1
Check system requirements
9 years ago
UltimateByte
c89500cbac
Init RAM requirement check
9 years ago
UltimateByte
002c7a99e4
RCON password check for Rust
If no RCON password is set, it completely messes up with Rust.
If the default password is set, the admin should be warned as it's quite dangerous.
Tested working as expected.
9 years ago
UltimateByte
34ab71036d
Added physical cached memory info
9 years ago
UltimateByte
05d68774de
typo
9 years ago
UltimateByte
c47626a82d
Added cached memory varible
Will cause no error if "cached:" doesn't exist
9 years ago
Nicolas
a176649c34
Add support to 7 days to die to info_config.sh
9 years ago
Daniel Gibbs
fd4102c11c
Revert "added timeout of 10 seconds"
This reverts commit 219cecc3e6
.
# Conflicts:
# lgsm/functions/update_steamcmd.sh
9 years ago
Daniel Gibbs
328984588c
timeout causing an issue parsing
Reverting for now. However will figure out a way to implement it
9 years ago
Daniel Gibbs
d80b38ced5
no longer required
9 years ago
Daniel Gibbs
219cecc3e6
added timeout of 10 seconds
Discovered issue with steamCMD sometimes getting stuck for an unknown
reason. Causing the update command not to ever finish. I have added a
timeout of 10 seconds so should it fail it will quit the updater.
9 years ago
Daniel Gibbs
9e87a4a4ef
Merge branch 'master' of https://github.com/dgibbs64/linuxgsm
9 years ago
Daniel Gibbs
2f79f5c56e
success to complete
success does not exist anymore
9 years ago
Daniel Gibbs
8cde21e6da
Updated Links
9 years ago
Daniel Gibbs
fafd92a675
Merge pull request #934 from marvinl97/master
Starbound 1.0 Support
9 years ago
Marvin Lehmann
a60432b0c3
Added support for Starbound 1.0
- removed deprecated file "sbboot.config"
- added new default config
- fixed details
- new structure
9 years ago
Marvin Lehmann
3a291bc570
Fixed case
9 years ago
Daniel Gibbs
997dc006fd
corrected message display
9 years ago
Daniel Gibbs
d84114f6e9
or
9 years ago
Daniel Gibbs
9b5af1b22f
missing bracket
9 years ago
Daniel Gibbs
e2ac1361a4
filesdir not serverfiles
9 years ago
Daniel Gibbs
b172f59d80
tmux check not required for teamspeak 3
9 years ago
Daniel Gibbs
038a49bad0
Changed to serverfiles for now
the rootdir is commonly the home dir. It has been highlighted that
sometimes dirs in the home dir may not belong to the user. I will make
further improvements to permissions soon.
9 years ago
Daniel Gibbs
f7978da801
commandaction for print
commandname for script
9 years ago
Daniel Gibbs
802f76c4fa
Merge pull request #923 from dgibbs64/development
More reliable check for current user having sudo
9 years ago
Daniel Gibbs
29965a732b
updated comment
9 years ago
Scarsz
f5b866971a
More reliable check for current user having sudo
9 years ago
Daniel Gibbs
2319b8a2c1
commandadction to commandname
9 years ago