imagebuilder: create output directory
This commit is contained in:
parent
0aac8436a5
commit
9491fad482
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ case "${subcommand}" in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
output_dir="${temp_dir}/${imagename}";
|
output_dir="${temp_dir}/${imagename}";
|
||||||
|
mkdir -p "${output_dir}";
|
||||||
|
|
||||||
task_begin "Building base image";
|
task_begin "Building base image";
|
||||||
if [[ "${UID}" -ne 0 ]] && which fakeroot && which fakechroot; then
|
if [[ "${UID}" -ne 0 ]] && which fakeroot && which fakechroot; then
|
||||||
|
|
Loading…
Reference in a new issue