diff --git a/bin/sc b/bin/sc index 987587c..5dc0145 100755 --- a/bin/sc +++ b/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 $@