summaryrefslogtreecommitdiff
path: root/openwrt/rhctl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-20 19:11:57 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-20 19:11:57 (GMT)
commitccc2f5d4a9031c632c063be528eeee776766dde3 (patch)
tree05d280eca3efa0a33379610b2be97a78957d750b /openwrt/rhctl
parent2ee673e2238b9002cdb1d40ab3bd3f73af0782ca (diff)
whitespace cleanup
Diffstat (limited to 'openwrt/rhctl')
-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