diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-03-20 19:11:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-03-20 19:11:57 (GMT) |
commit | ccc2f5d4a9031c632c063be528eeee776766dde3 (patch) | |
tree | 05d280eca3efa0a33379610b2be97a78957d750b /openwrt | |
parent | 2ee673e2238b9002cdb1d40ab3bd3f73af0782ca (diff) |
whitespace cleanup
Diffstat (limited to 'openwrt')
-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 |