Browse Source
feat: delete download of tar files when installed (#4458)
this will clear the tmp directory when a server it downloaded
pull/4739/head
Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
0 deletions
-
lgsm/modules/install_server_files.sh
|
|
@ -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 "" |
|
|
|