Skip to content

Commit

Permalink
feat: delete download of tar files when installed
Browse files Browse the repository at this point in the history
this will clear the tmp directory when a server it downloaded
  • Loading branch information
dgibbs64 committed Aug 29, 2024
1 parent ce27b73 commit 20a2d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lgsm/modules/install_server_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ fn_install_server_files() {
fi
fn_fetch_file "${remote_fileurl}" "" "" "" "${local_filedir}" "${local_filename}" "${chmodx}" "${run}" "${forcedl}" "${md5}"
fn_dl_extract "${local_filedir}" "${local_filename}" "${serverfiles}"
fn_clear_tmp
}

echo -e ""
Expand Down

0 comments on commit 20a2d20

Please sign in to comment.