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