Browse Source

woops

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

2
lgsm/functions/command_mods_remove.sh

@ -73,7 +73,7 @@ fn_mod_remove_process(){
if [ -f "${modinstalldir}/${currentfileremove}" ]||[ -f "${modinstalldir}/${currentfileremove}" ]; then
rm -rfv "${currentfileremove}"
fi
let installedmodsline=installedmodsline+1
let modfileline=modfileline+1
done
# Remove file list
rm -rfv "${modsdatadir}/${modcommand}-files.list"

Loading…
Cancel
Save