diff options
author | makefu <root@pigstarter.de> | 2013-05-14 12:11:11 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-05-14 12:11:11 +0200 |
commit | 13218101e633fcfd163e5e677d02851615fc47c9 (patch) | |
tree | 63ddf88c4d4022c6ab8f4b095140e9f05ab7c34d /retiolum/bin | |
parent | 8ecd8b9e2714e559fc05983be69be409196d5da7 (diff) | |
parent | d414c24bbf296f3888622550fb9c1d46cd23746c (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
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 214ac205..eb57af3f 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -11,4 +11,4 @@ fi cd $(dirname $(readlink -f $0))/.. mkdir -p /etc/tinc/retiolum/hosts -rsync -va --delete hosts/ /etc/tinc/retiolum/hosts/ +rsync -va -I --delete hosts/ /etc/tinc/retiolum/hosts/ |