From: Stephen Gran Date: Wed, 14 May 2008 22:03:56 +0000 (+0100) Subject: remove debugging output X-Git-Tag: userdir-ldap-0.3.24~5^2^2~1 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=1ba7b146120731981260a8fcab09fc0c67eb088b remove debugging output --- diff --git a/ud-replicate b/ud-replicate index 5256b50..8bbef7c 100755 --- a/ud-replicate +++ b/ud-replicate @@ -81,11 +81,11 @@ if [ -e ${HOST}/ssh-keys.tar.gz ]; then export TMPDIR='/tmp/' tempdir=$(mktemp -d) old=$(pwd -P) - cd $tempdir && tar -xvf ${old}/${HOST}/ssh-keys.tar.gz - cd old + cd $tempdir && tar -xf ${old}/${HOST}/ssh-keys.tar.gz + cd $old mkdir userkeys 2> /dev/null || true chmod 755 $tempdir - rsync -av --delete-after $tempdir/ userkeys/ + rsync -a --delete-after $tempdir/ userkeys/ fi if [ -x /usr/bin/dchroot ]; then