diff options
Diffstat (limited to 'openwrt/rhctl/files/serialclient.init')
-rwxr-xr-x | openwrt/rhctl/files/serialclient.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/serialclient.init b/openwrt/rhctl/files/serialclient.init index 39665b2..63b0b44 100755 --- a/openwrt/rhctl/files/serialclient.init +++ b/openwrt/rhctl/files/serialclient.init @@ -69,7 +69,7 @@ stop_client() { echo -n " $name" local status="OK" if [ ! -f "$pidfile" ]; then - status="tunnel not active" + status="tunnel not active" else kill `cat $pidfile` > /dev/null 2>&1 || status="failed" rm -f $pidfile |