From 9491fad4826ea9a5f5785772adee8b35994d9a5c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Jan 2021 20:59:11 +0000 Subject: [PATCH] imagebuilder: create output directory --- imagebuilder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/imagebuilder.sh b/imagebuilder.sh index b8c5c4a..38bb461 100755 --- a/imagebuilder.sh +++ b/imagebuilder.sh @@ -170,6 +170,7 @@ case "${subcommand}" in fi output_dir="${temp_dir}/${imagename}"; + mkdir -p "${output_dir}"; task_begin "Building base image"; if [[ "${UID}" -ne 0 ]] && which fakeroot && which fakechroot; then