From 1ba7b146120731981260a8fcab09fc0c67eb088b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Wed, 14 May 2008 23:03:56 +0100 Subject: [PATCH 1/1] remove debugging output --- ud-replicate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1