mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 08:48: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(){
|
function runSteamCMDspinner(){
|
||||||
if [ -n "$verbose" ]; then
|
if [ -n "$verbose" ]; then
|
||||||
|
printf "Executing"
|
||||||
|
printf " %q" "$steamcmdroot/$steamcmdexec" +@NoPromptForPassword 1 +login ${steamlogin:-anonymous} "$@" +quit
|
||||||
|
printf "\n"
|
||||||
if command >&3; then
|
if command >&3; then
|
||||||
runSteamCMD "$@" | tee /dev/fd/3
|
runSteamCMD "$@" | tee /dev/fd/3
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user