Age | Commit message (Collapse) | Author |
|
Fix bug which prevented users from taking backups of multiple
worlds. It occured due to an out-of-place quotation of a variable.
|
|
Remove out-of-place Type option from backup timer
State that the config file is interpreted in bash
|
|
|
|
Check whether sudo is required for command execution
Replace [ with [[ (bash)
|
|
Variable name for the management script's name
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|