From c580cf16340170249e737bdfd3394cf2dfdd4014 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 24 Jan 2014 18:40:25 +1300 Subject: [PATCH] Pretty up the post-run df call Just easier to read. Change-Id: Ib0dd8a92ef2b7143cfbe4aef50823f2254c77cff --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index a2875e55..7303207b 100644 --- a/functions.sh +++ b/functions.sh @@ -367,7 +367,7 @@ function cleanup_host { sudo cp $BASE/new/devstack/localrc $NEWLOGTARGET/localrc.txt sudo iptables-save > $WORKSPACE/iptables.txt - df -h> $WORKSPACE/df.txt + df -h > $WORKSPACE/df.txt pip freeze > $WORKSPACE/pip-freeze.txt sudo mv $WORKSPACE/iptables.txt $WORKSPACE/df.txt \ $WORKSPACE/pip-freeze.txt $BASE/logs/