From b62d58fe8515ae0d66fe53f3d1223bd9c1c22315 Mon Sep 17 00:00:00 2001 From: UltimateByte <robin.labadie@gmail.com> Date: Thu, 26 Jan 2017 00:31:26 +0100 Subject: [PATCH] added missing fn_print_ok_eol_nl --- lgsm/functions/command_mods_remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_mods_remove.sh b/lgsm/functions/command_mods_remove.sh index 3ea2c7e87..28a1a6a43 100644 --- a/lgsm/functions/command_mods_remove.sh +++ b/lgsm/functions/command_mods_remove.sh @@ -86,8 +86,8 @@ while [ "${modfileline}" -le "${modsfilelistsize}" ]; do printf "removing ${modprettyname} ${modfileline} / ${modsfilelistsize} : ${currentfileremove}..." ((modfileline++)) done +fn_print_ok_eol_nl sleep 0.5 - # Remove file list echo -en "removing ${modcommand}-files.txt..." sleep 0.5