do not preserve ownership of copied files

This commit is contained in:
Andreas Steffen
2008-05-12 20:06:58 +00:00
parent 0fc1fc0ec8
commit 231be8df87
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ then
for host in `ls $TESTSDIR/${testname}/hosts`
do
eval HOSTLOGIN="root@`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
scp -rp $HOSTCONFIGDIR/${host}/etc $HOSTLOGIN:/ > /dev/null 2>&1
scp -r $HOSTCONFIGDIR/${host}/etc $HOSTLOGIN:/ > /dev/null 2>&1
done
fi