[Da-tools-commits] ./da-tools/userdir-ldap-sshkeys r396: remove debugging output

Stephen Gran steve at lobefin.net
Wed May 14 22:03:56 UTC 2008


------------------------------------------------------------
revno: 396
committer: Stephen Gran <steve at lobefin.net>
branch nick: userdir-ldap-sshkeys
timestamp: Wed 2008-05-14 23:03:56 +0100
message:
  remove debugging output
modified:
  ud-replicate
-------------- next part --------------
=== modified file 'ud-replicate'
--- a/ud-replicate	2008-05-14 22:00:45 +0000
+++ b/ud-replicate	2008-05-14 22:03:56 +0000
@@ -81,11 +81,11 @@
   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



More information about the Da-tools-commits mailing list