mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 03:38:27 +00:00
Print SteamCMD command being executed
This commit is contained in:
parent
41097175fa
commit
6b22944fe6
@ -369,6 +369,9 @@ function runSteamCMD(){
|
||||
|
||||
function runSteamCMDspinner(){
|
||||
if [ -n "$verbose" ]; then
|
||||
printf "Executing"
|
||||
printf " %q" "$steamcmdroot/$steamcmdexec" +@NoPromptForPassword 1 +login ${steamlogin:-anonymous} "$@" +quit
|
||||
printf "\n"
|
||||
if command >&3; then
|
||||
runSteamCMD "$@" | tee /dev/fd/3
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user