Skip to content

Commit fe8fd10

Browse files
committed
make logdir if not available
1 parent 34f39cc commit fe8fd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aipupgrade

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ while [ "${*}" != "" ] ; do
2929
echo "Now I'm going to create a capture log (if needed) and record the package type."
3030
LOGDIR="${INPUT}/metadata/logs"
3131
INGESTLOG="${LOGDIR}/capture.log"
32+
_mkdir2 "${LOGDIR}"
3233
echo "" >> "${INGESTLOG}"
3334
INGESTPACKAGETYPE=$(_readingestlog "package type")
3435
if [[ ! "${INGESTPACKAGETYPE}" ]] ; then

0 commit comments

Comments
 (0)