From cf9bc49c27c59ba99d554b3724f8d7978ede2bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 12 Dec 2025 16:52:58 +0200 Subject: [PATCH] Fix SSH subcommands --- src/commands/ssh.sh | 1 - wx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/commands/ssh.sh b/src/commands/ssh.sh index d9b6e99..4fa892a 100644 --- a/src/commands/ssh.sh +++ b/src/commands/ssh.sh @@ -1,6 +1,5 @@ wx-ssh(){ wx-login &> /dev/null - wx-auto &> /dev/null case ${args['2']} in config) diff --git a/wx b/wx index 0751b27..21164d5 100755 --- a/wx +++ b/wx @@ -350,7 +350,6 @@ wx-infra(){ wx-ssh(){ wx-login &> /dev/null - wx-auto &> /dev/null case ${args['2']} in config)