fix: typo
This commit is contained in:
parent
1816522a71
commit
dd7516e6d7
1 changed files with 1 additions and 1 deletions
2
bin/sc
2
bin/sc
|
@ -36,7 +36,7 @@ for host in $SC_HOSTS; do
|
|||
;;
|
||||
*)
|
||||
if [ "$host" = "local" ]; then
|
||||
$SC_SRC/bin/sc-client $@
|
||||
$SC_SRC/bin/sc-client $command $@
|
||||
else
|
||||
ssh -t $host SC_SKIP_WELCOME_HEADER=1 /opt/sconnect/bin/sc-client check 2>/dev/null || fatal_log not installed
|
||||
ssh -t $host /opt/sconnect/bin/sc-client $command $@
|
||||
|
|
Loading…
Reference in a new issue