mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
Fix warning in runSteamCMDspinner
This commit is contained in:
parent
0be8a67ba0
commit
e2c3fa3c68
@ -386,7 +386,7 @@ function runSteamCMDspinner(){
|
||||
progressDisplayType=dots
|
||||
fi
|
||||
fi
|
||||
if command >&3; then
|
||||
if (command >&3) 2>/dev/null; then
|
||||
runSteamCMD "$@" >&3 &
|
||||
else
|
||||
runSteamCMD "$@" >/dev/null &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user