Daniel Gibbs
56adabe6df
added more to check.sh
9 years ago
Daniel Gibbs
1233d2a967
systemdir
9 years ago
Daniel Gibbs
f9369ed6f2
changed debug
9 years ago
Daniel Gibbs
0172de852e
changed more functions
9 years ago
Daniel Gibbs
51414a9bc4
Changed core functions names
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
d252fbb533
correctly named function
9 years ago
Daniel Gibbs
ef4a97887c
changed servefilesdu to filesdirdu
9 years ago
Daniel Gibbs
2cd2f494f7
changes serverfiles to filesdir
names the var wrong. This is confusing calling the var filesdir. I may
changes this in the future.
9 years ago
Daniel Gibbs
0da6611884
minor but fix
9 years ago
Daniel Gibbs
23f73547c2
resolves bug with appinfo.vdi fix
suggestion by @sergey-k1
should of been ${HOME} not ${rootdir}
see issue #474
9 years ago
Daniel Gibbs
35be754990
New feature: Dev debug
I useful feature for developers.
This will enable a log to be created of everything that ran when
executing a command. It uses the set command.
When you run a command a file dev-debug.log is created and will output
set -x
9 years ago
Daniel Gibbs
b1e31126bf
Removed mkdir that are no longer requred
mkdir -pv "${filesdir}" is now done in fn_install_serverdir rather than
several different places.
9 years ago
Daniel Gibbs
eec7cdb2ed
SteamCMD will now run once before updates
SteamCMD will run before updates once to ensure that it works.
This will make sure that if steamguard is required it will list the
code.
Also if dependencies are missing it will also fail.
if failure script will exit
9 years ago
Daniel Gibbs
0e61317586
Corrected space
9 years ago
Daniel Gibbs
46a812604f
added fn_arma3fix
9 years ago
Daniel Gibbs
2e3c4fe18f
Added missing quotes
9 years ago
Daniel Gibbs
d0d3f2905a
Removed double quotes
9 years ago
Daniel Gibbs
085c598385
standardised error check
9 years ago
Daniel Gibbs
dfbcee27eb
added missing quotes
9 years ago
Daniel Gibbs
ff1a3e7a8e
added missing quotes
9 years ago
Daniel Gibbs
aafc9d51fd
Added auto Y
9 years ago
Daniel Gibbs
717c7b01e6
Added validate to fn_check_steamcmd
9 years ago
Daniel Gibbs
7533688694
changed to elif
9 years ago
Daniel Gibbs
149059a016
added sleep
9 years ago
Daniel Gibbs
65e5e75971
Updated to curl
9 years ago
Daniel Gibbs
e81103498d
removed echo
9 years ago
Daniel Gibbs
912c1ba8fc
Replaced wget with curl
9 years ago
Daniel Gibbs
385ee71817
Added if statement for mkdir
9 years ago
Daniel Gibbs
34c274b180
removed -v in mkdir
9 years ago
Daniel Gibbs
40ce3fc247
changes to serverdir
9 years ago
Daniel Gibbs
7ece4ac8a2
added new contributors
9 years ago
Daniel Gibbs
295a82209d
Install filesdir now goes from serverfiles
9 years ago
Daniel Gibbs
7bbdb82955
github configs now can download form another repo
9 years ago
Daniel Gibbs
9ed0b46176
Added new messages eol
9 years ago
Daniel Gibbs
614b09b58c
updated mkdir and removed error checking
removed error checking and un needed
9 years ago
Daniel Gibbs
9be7762498
updated mkdir
9 years ago
Daniel Gibbs
553ece636f
corrected then statements not matching
9 years ago
Daniel Gibbs
6b1a650cf0
Removed Chivalry
not maintained well by developers. Will not be supporting this server
9 years ago
Daniel Gibbs
9c4df59a48
Updated selfname and curl error checking
9 years ago
Daniel Gibbs
4e67cadb5d
Added GSLT support
As per #560
9 years ago
Daniel Gibbs
a023b47ac5
Fixed curl check bug
9 years ago
Daniel Gibbs
5422d45ff2
fixed curl check issue
9 years ago
Daniel Gibbs
683542c41f
Merge pull request #551 from dgibbs64/github-branch-select
Github branch select
9 years ago
Daniel Gibbs
e0fc563e17
Merge remote-tracking branch 'refs/remotes/origin/master' into github-branch-select
9 years ago
Daniel Gibbs
9cf1775749
All servers now have new github branch select feature
9 years ago
Daniel Gibbs
08639c6510
Modified function file downloader
Modified from @jaredballou pull request. Now uses curl as it better
handles errors.
Can now select different repo and branch if needed. This is very useful
for development.
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
9ffc1e83a8
Merge pull request #549 from PhilPhonic/patch-1
added fn_insfix
9 years ago
Phil
82fec979da
fix for issue #529
9 years ago