Browse Source

added missing fn_print_ok_eol_nl

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
b62d58fe85
  1. 2
      lgsm/functions/command_mods_remove.sh

2
lgsm/functions/command_mods_remove.sh

@ -86,8 +86,8 @@ while [ "${modfileline}" -le "${modsfilelistsize}" ]; do
printf "removing ${modprettyname} ${modfileline} / ${modsfilelistsize} : ${currentfileremove}..." printf "removing ${modprettyname} ${modfileline} / ${modsfilelistsize} : ${currentfileremove}..."
((modfileline++)) ((modfileline++))
done done
fn_print_ok_eol_nl
sleep 0.5 sleep 0.5
# Remove file list # Remove file list
echo -en "removing ${modcommand}-files.txt..." echo -en "removing ${modcommand}-files.txt..."
sleep 0.5 sleep 0.5

Loading…
Cancel
Save