We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f39cc commit fe8fd10Copy full SHA for fe8fd10
aipupgrade
@@ -29,6 +29,7 @@ while [ "${*}" != "" ] ; do
29
echo "Now I'm going to create a capture log (if needed) and record the package type."
30
LOGDIR="${INPUT}/metadata/logs"
31
INGESTLOG="${LOGDIR}/capture.log"
32
+ _mkdir2 "${LOGDIR}"
33
echo "" >> "${INGESTLOG}"
34
INGESTPACKAGETYPE=$(_readingestlog "package type")
35
if [[ ! "${INGESTPACKAGETYPE}" ]] ; then
0 commit comments