From dd7516e6d72e0f3d9214e751f855c1b9c7f72a1b Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 2 Jun 2024 22:20:43 +0200 Subject: [PATCH] fix: typo --- bin/sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@