mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
fix: remove unnecessary sleep
This commit is contained in:
parent
9a026ecdd4
commit
ba339d9d3b
@ -301,7 +301,6 @@ fn_check_file() {
|
||||
fi
|
||||
else
|
||||
fn_print_ok_eol
|
||||
sleep 0.3
|
||||
echo -en "\033[2K\\r"
|
||||
if [ -f "${lgsmlog}" ]; then
|
||||
fn_script_log_pass "Checking ${remote_filename}"
|
||||
@ -398,7 +397,6 @@ fn_fetch_file() {
|
||||
fi
|
||||
else
|
||||
fn_print_ok_eol
|
||||
sleep 0.3
|
||||
echo -en "\033[2K\\r"
|
||||
if [ -f "${lgsmlog}" ]; then
|
||||
fn_script_log_pass "Downloading ${local_filename}"
|
||||
|
Loading…
Reference in New Issue
Block a user