From 1557d84a23e6713b17ea9175e76a6f16b121d771 Mon Sep 17 00:00:00 2001
From: Roger Norling
Date: Tue, 21 Apr 2015 20:47:56 +0200
Subject: [PATCH] Changed indents to tabs
---
minecraft | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/minecraft b/minecraft
index 27cb68d..b8dd308 100755
--- a/minecraft
+++ b/minecraft
@@ -215,8 +215,8 @@ mc_stop() {
}
mc_reload() {
- echo "$SERVICE is running... reloading."
- mc_command reload
+ echo "$SERVICE is running... reloading."
+ mc_command reload
}
check_backup_settings() {
@@ -667,15 +667,15 @@ case "$1" in
to_ram
mc_start
;;
- reload)
- # Reloads server configuration
- if is_running; then
- mc_say "Reloading server configuration.."
- mc_reload
- else
- echo "No running server."
- fi
- ;;
+ reload)
+ # Reloads server configuration
+ if is_running; then
+ mc_say "Reloading server configuration.."
+ mc_reload
+ else
+ echo "No running server."
+ fi
+ ;;
whitelist)
if is_running; then
whitelist