X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=testing%2Fscripts%2Fload-testconfig;h=48f88c2821baa72ace1e01e5b9dfa970f85eca29;hp=2c333221ffc9b8fedc3309bcef5105a582ecc3e6;hb=ce62951115801eefb4865433bc7e97fbe2497a15;hpb=4565d23782078d82bc1af876312e7c8334d11408 diff --git a/testing/scripts/load-testconfig b/testing/scripts/load-testconfig index 2c33322..48f88c2 100755 --- a/testing/scripts/load-testconfig +++ b/testing/scripts/load-testconfig @@ -47,7 +47,7 @@ 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 $TESTSDIR/$testname/hosts/$host/etc $HOSTLOGIN:/ > /dev/null 2>&1 + scp -r $TESTSDIR/$testname/hosts/$host/etc $HOSTLOGIN:/ > /dev/null 2>&1 done fi