From d209743012daf6178e91e8d4a311a65cd9c4b2e3 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 21 Jul 2018 14:32:25 +0200 Subject: [PATCH] bash syntax --- lgsm/functions/command_wipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_wipe.sh b/lgsm/functions/command_wipe.sh index fc27f56f9..62374ced8 100644 --- a/lgsm/functions/command_wipe.sh +++ b/lgsm/functions/command_wipe.sh @@ -151,7 +151,7 @@ fn_wipe_server_remove_files(){ fn_script_log_info "No blueprint file to remove." sleep 0.5 fi - elif [ -n "$(find "${serveridentitydir}" -type f -name "player.blueprints.*.db")" ] + elif [ -n "$(find "${serveridentitydir}" -type f -name "player.blueprints.*.db")" ]; then fn_print_information_nl "Keeping blueprints" fn_script_log_info "Keeping blueprints." sleep 0.5