aboutsummarylogtreecommitdiffstats
path: root/minecraftd.sh
AgeCommit message (Collapse)Author
2016-02-01Upgpkg: 1.8.9-4Gordian Edenhofer
Fix bug which prevented users from taking backups of multiple worlds. It occured due to an out-of-place quotation of a variable.
2016-01-26Upgpkg: 1.8.9-2Gordian Edenhofer
Check whether sudo is required for command execution Replace [ with [[ (bash)
2016-01-26Upgpkg: 1.8.9-2Gordian Edenhofer
Variable name for the management script's name
2016-01-23Upgpkg: 1.8.9-2Gordian Edenhofer
Restore backups easily with the delivered bash script Human readable naming schema for backups Backed up directories are now relative Group has write permission (g+ws) to SERVER_ROOT Proper quotation of variables which might contain spaces
2015-12-14Tailf is deprecated, use tail -f instead + Bugfix in tail invocationGordian Edenhofer
2015-12-14Bugfix + Cleaner server_command handlingGordian Edenhofer
Fix a bug which was introduced by the new indentation (cat EOF). Tailf which is used to retrieve the server output closes itself as soon as the minecraft command is triggered. Since this functionality is build into tailf there is no need to reinvent the wheel.
2015-12-13Indentation: Use tabs everywhereGordian Edenhofer
2015-09-20Rewriting package + Updating pkgrelGordian Edenhofer