From 9f4ae44e6e305bdc9b8b30bd2caf5747a1fbfbfc Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Thu, 17 Jul 2014 21:55:55 +1000 Subject: [PATCH] Fix the write argument for wget Download the console log into the correct position instead of trying to put it into a dir. Change-Id: I91d8f37aa6645e94b16cbda8179d679a8ef9d164 --- .../openstack_project/files/slave_scripts/grab_console_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/slave_scripts/grab_console_log.sh b/modules/openstack_project/files/slave_scripts/grab_console_log.sh index 6a5bd8918f..299798872c 100755 --- a/modules/openstack_project/files/slave_scripts/grab_console_log.sh +++ b/modules/openstack_project/files/slave_scripts/grab_console_log.sh @@ -3,4 +3,4 @@ echo "Grabbing consoleLog" console_log_path='consoleText' -wget -P /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path +wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path