summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/serialclient.init
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl/files/serialclient.init')
-rwxr-xr-xopenwrt/rhctl/files/serialclient.init2
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