From a5e94b5cd8e9b47c2e604097944eaa95a7cbc795 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 2 Jun 2020 00:04:35 +0100 Subject: [PATCH] messages --- lgsm/functions/command_wipe.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lgsm/functions/command_wipe.sh b/lgsm/functions/command_wipe.sh index 6b204da35..6658aeef7 100644 --- a/lgsm/functions/command_wipe.sh +++ b/lgsm/functions/command_wipe.sh @@ -197,9 +197,13 @@ if [ -d "${serveridentitydir}/storage" ]||[ -d "${serveridentitydir}/user" ]||[ fn_stop_warning exitbypass=1 command_stop.sh + commandname="START" + commandaction="Starting" fn_wipe_server_files exitbypass=1 command_start.sh + commandname="START" + commandaction="Starting" else fn_wipe_server_files fi