diff options
author | Christian Pointner <equinox@anytun.org> | 2008-04-12 13:57:04 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-04-12 13:57:04 +0000 |
commit | 0a8e13647fa71b236f83d48bbe9c1842b6838fe7 (patch) | |
tree | bdae58e76365b784d51bfb90987902b97e37d4ef /etc/init.d | |
parent | new route syntax in config file (diff) |
Diffstat (limited to 'etc/init.d')
-rw-r--r-- | etc/init.d/anytun | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.d/anytun b/etc/init.d/anytun index c43663e..93c56f0 100644 --- a/etc/init.d/anytun +++ b/etc/init.d/anytun @@ -155,6 +155,7 @@ case "$1" in NAME=${NAME%%.pid} echo -n " $NAME" stop_vpn + sleep 1 start_vpn done else |