Indentation: Use tabs everywhere

master
Gordian Edenhofer 2015-12-13 15:32:38 +01:00
parent 57d7104491
commit 761f7b2418
3 changed files with 153 additions and 153 deletions

View File

@ -153,10 +153,10 @@ server_console() {
# Help function, no arguments required
help() {
cat << 'EOF'
This script was design to easily control any minecraft server. Quite every parameter for a given
minecraft server derivative can be altered by editing the variables in the configuration file.
This script was design to easily control any minecraft server. Quite every parameter for a given
minecraft server derivative can be altered by editing the variables in the configuration file.
Usage: minecraftd {start|stop|status|backup|command <command>|console}
Usage: minecraftd {start|stop|status|backup|command <command>|console}
start Start the minecraft server
stop Stop the minecraft server
restart Restart the minecraft server
@ -165,8 +165,8 @@ Usage: minecraftd {start|stop|status|backup|command <command>|console}
command <command> Run the given comman at the minecraft server console
console Enter the server console through a screen session
Copyright (c) Gordian Edenhofer <gordian.edenhofer@gmail.com>
EOF
Copyright (c) Gordian Edenhofer <gordian.edenhofer@gmail.com>
EOF
}
case "$1" in