diff options
author | makefu <github@syntax-fehler.de> | 2012-07-05 00:24:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-07-05 00:24:12 +0200 |
commit | 8ef881f4cc499cb79fb427b0ce04c1c82d37125e (patch) | |
tree | 6f3b2d2d700ab80389c3c7e49788298affc43fd0 /retiolum/bin | |
parent | a0321c82c7f80d1052108c4a1602b775799e4593 (diff) |
//retiolum -v flag not supported by old or retarded systems (openwrt)
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-x | retiolum/bin/update-retiolum-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/update-retiolum-hosts b/retiolum/bin/update-retiolum-hosts index 1fecfe15..2a379459 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -10,7 +10,7 @@ fi # cd //retiolum cd $(dirname $(readlink -f $0))/.. -mkdir -v -p /etc/tinc/retiolum/hosts +mkdir -p /etc/tinc/retiolum/hosts cp -v -r hosts/* /etc/tinc/retiolum/hosts pkill -HUP tincd pkill -ALRM tincd |