From 229b805732cc34c30bb287aa750fbd14df94cc81 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 6 Sep 2011 23:00:03 +0200 Subject: //retiolum update-retiolum-hosts: cd //retiolum first This commit enables to call the script from everywhere...^_^ --- retiolum/bin/update-retiolum-hosts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'retiolum/bin') diff --git a/retiolum/bin/update-retiolum-hosts b/retiolum/bin/update-retiolum-hosts index 7b2fa0e5..1fecfe15 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -7,6 +7,9 @@ if test "${nosudo-false}" != true -a `id -u` != 0; then exit 23 # go to hell fi +# cd //retiolum +cd $(dirname $(readlink -f $0))/.. + mkdir -v -p /etc/tinc/retiolum/hosts cp -v -r hosts/* /etc/tinc/retiolum/hosts pkill -HUP tincd -- cgit v1.2.3