summaryrefslogtreecommitdiff
path: root/openwrt/uanytun/files
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-02-23 18:31:49 +0000
committerChristian Pointner <equinox@anytun.org>2014-02-23 18:31:49 +0000
commit3bd3ae3d73eb4cf82fe7c6f46313c9c3127ae456 (patch)
tree2a5241ec2963ebcd968f1cafc28e887794fab098 /openwrt/uanytun/files
parentmoved uanytun package outside (diff)
openwrt package now uses build variants
updated to rail alpha release
Diffstat (limited to 'openwrt/uanytun/files')
-rw-r--r--openwrt/uanytun/files/uanytun.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/uanytun/files/uanytun.init b/openwrt/uanytun/files/uanytun.init
index 59e1c23..21609ca 100644
--- a/openwrt/uanytun/files/uanytun.init
+++ b/openwrt/uanytun/files/uanytun.init
@@ -61,7 +61,7 @@ stop_vpn() {
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
@@ -71,7 +71,7 @@ stop_vpn() {
start() {
echo -n "Starting $DESC:"
- config_load $BIN
+ config_load $BIN
if [ $# -gt 0 ]; then
while [ $# -gt 0 ]; do
config_foreach foreach_config_forced "$1"