diff options
author | lassulus <lassulus@googlemail.com> | 2012-02-27 01:43:52 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2012-02-27 01:43:52 +0100 |
commit | e9e766c4fb7799ee3c41c0e94c0276431a9b8d66 (patch) | |
tree | 0b3848a9d6b29e4f840c265b7b9c102f9aef0001 /retiolum/openwrt/updater | |
parent | caa9e92f16e0534528fe0107d386cc8da128f90b (diff) |
now with HUP signal
Diffstat (limited to 'retiolum/openwrt/updater')
-rwxr-xr-x | retiolum/openwrt/updater | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/retiolum/openwrt/updater b/retiolum/openwrt/updater index 441bfbe2..4dbc7d78 100755 --- a/retiolum/openwrt/updater +++ b/retiolum/openwrt/updater @@ -3,3 +3,4 @@ cd /etc/tinc/retiolum/hosts wget http://vpn.miefda.org/hosts.tar.gz tar xzf hosts.tar.gz rm hosts.tar.gz +tincd -n retiolum -kHUP |