Skip to content
Snippets Groups Projects
Commit 53ea3fe4 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Trivial fix: log stderr of init-runonce as well


Missed by me in a recent merge.

TrivialFix
Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>

Change-Id: I83b1e84a43f014ce20be8677868be3f66017e3c2
parent 8ec3ffc6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function deploy {
if ! openstack image show cirros >/dev/null 2>&1; then
echo "Initialising OpenStack resources via init-runonce"
tools/init-runonce > /tmp/logs/ansible/init-runonce
tools/init-runonce &> /tmp/logs/ansible/init-runonce
else
echo "Not running init-runonce - resources exist"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment