diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-15 00:26:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-15 00:26:54 +0200 |
commit | 8ad2e88ba6b7565da6000482aeb65c3848c69c8f (patch) | |
tree | 5bdb3f0eb69186ab81cef8df2e6fe07c1d04f287 | |
parent | f1fe5eb90e590ac537efc3f51b4404cc99c707d5 (diff) | |
download | jenkins.debian.net-8ad2e88ba6b7565da6000482aeb65c3848c69c8f.tar.xz |
actually deploy files in hosts/*/usr/local
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 9dd6a3f8..dbc50a69 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -263,10 +263,11 @@ if [ -f /etc/debian_version ] ; then fi # -# deploy package configuration in /etc +# deploy package configuration in /etc and /usr/local/ # cd $BASEDIR sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc +sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/local/* /usr/local/ # # more configuration than a simple cp can do |