diff options
-rwxr-xr-x | update_jdn.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 550e862b..97293df3 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -526,11 +526,11 @@ if [ -f /etc/debian_version ] ; then fi # -# deploy package configuration in /etc and /usr/local/ +# deploy package configuration in /etc and /usr # cd $BASEDIR sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc -sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/* /usr/ +sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/* /usr # # more configuration than a simple cp can do |