diff options
Diffstat (limited to 'openwrt/rhctl/files')
-rwxr-xr-x | openwrt/rhctl/files/rhctlsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctlsh b/openwrt/rhctl/files/rhctlsh index 47d5873..50bcbfc 100755 --- a/openwrt/rhctl/files/rhctlsh +++ b/openwrt/rhctl/files/rhctlsh @@ -3,4 +3,4 @@ RUN_D=/var/run/rhctl SOCK=$RUN_D/switchctl.sock -/usr/bin/socat UNIX-CONNECT:$SOCK STDIO +/usr/bin/stdioclient --command-sock $SOCK |