scripts/copy_puppet_logs: Create LOG_DIR
Ensure $LOG_DIR is created before use Refs: http://goo.gl/WQq6a0 Refs: I454cf0af8708869a511ac1ccbeee29fe47f0d5d9 Change-Id: I2fe59385b31bbf80e0330678c38b4d916b4e3901
This commit is contained in:
parent
bc72d35646
commit
c086daedcb
@ -22,6 +22,8 @@ set -o errexit
|
||||
|
||||
LOG_DIR=$WORKSPACE/logs
|
||||
|
||||
mkdir $WORKSPACE/logs
|
||||
|
||||
# PROJECTS
|
||||
# - for each entry, we will probe /etc/${project} and /var/log/${project}
|
||||
# and copy out files
|
||||
|
Loading…
x
Reference in New Issue
Block a user