mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Fix spinner
This commit is contained in:
parent
2b160082aa
commit
6b9245cb63
@ -380,7 +380,7 @@ function runSteamCMDspinner(){
|
||||
return $?
|
||||
else
|
||||
if [ -z "$progressDisplayType" ]; then
|
||||
if stty <&1 >/dev/null 2>&1; then
|
||||
if stty <&2 >/dev/null 2>&1; then
|
||||
progressDisplayType=spinner
|
||||
else
|
||||
progressDisplayType=dots
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user