diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-11-07 11:01:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-11-07 11:01:29 (GMT) |
commit | fb90864a19f2b834ce8ba5773dc0a6aed9e0f11e (patch) | |
tree | dc91519fd928d6bb30bc57961aedb883aa941fb3 /openwrt/rhctl/files/rhctlsh | |
parent | 6c552b607e8c1a175ae26e90b9637836dc571ee9 (diff) |
updated openwrt packaging
Diffstat (limited to 'openwrt/rhctl/files/rhctlsh')
-rwxr-xr-x | openwrt/rhctl/files/rhctlsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/rhctl/files/rhctlsh b/openwrt/rhctl/files/rhctlsh deleted file mode 100755 index 50bcbfc..0000000 --- a/openwrt/rhctl/files/rhctlsh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -RUN_D=/var/run/rhctl -SOCK=$RUN_D/switchctl.sock - -/usr/bin/stdioclient --command-sock $SOCK |