Browse Source

addons'

pull/1333/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
7693392c58
  1. 4
      lgsm/functions/command_fastdl.sh

4
lgsm/functions/command_fastdl.sh

@ -219,11 +219,11 @@ fn_fastdl_gmod(){
# Correct addons directory structure for FastDL
if [ -d "${fastdldir}/addons" ]; then
fn_print_info "Adjusting addons' file structure"
fn_script_log "Adjusting addon's file structure"
fn_script_log "Adjusting addons' file structure"
sleep 1
cp -Rf "${fastdldir}"/addons/*/* "${fastdldir}"
# Don't remove yet rm -R "${fastdldir:?}/addons"
fn_print_ok "Adjusted addon's file structure"
fn_print_ok "Adjusted addons' file structure"
sleep 1
echo -en "\n"
fi

Loading…
Cancel
Save