diff options
author | lassulus <lass@aidsballs.de> | 2014-04-21 00:09:03 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2014-04-21 00:09:03 +0200 |
commit | 6c8535ee8fdfa2d0918ec4c8f345f1d6a18589e5 (patch) | |
tree | 8f695b517b501598bc556abaff7ed94e5af0e6ce /retiolum/bin/update-retiolum-hosts | |
parent | e789586369ac1b9c8109f96050d9ecc30e9883d2 (diff) | |
parent | dd5d0af9e64e343e68d5b3fc766767f5ebfa9a89 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/bin/update-retiolum-hosts')
-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 eb57af3f..0eae1c29 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -8,7 +8,7 @@ if test "${nosudo-false}" != true -a `id -u` != 0; then fi # cd //retiolum -cd $(dirname $(readlink -f $0))/.. +cd -P "$(dirname "$0")/.." mkdir -p /etc/tinc/retiolum/hosts rsync -va -I --delete hosts/ /etc/tinc/retiolum/hosts/ |