Another small bugfix for backend

This commit is contained in:
Igor Pecovnik 2021-06-05 09:07:47 +02:00
parent b087cfb6b3
commit f9fef1ac85

View File

@ -474,7 +474,9 @@ fi
buildall_end=$(date +%s)
buildall_runtime=$(((buildall_end - buildall_start) / 60))
display_alert "Runtime in total" "${buildall_runtime} min" "info"
mkdir -p .tmp
echo "${n}" > "${SRC}"/.tmp/n
# display what we will build
build_all "dryrun"
display_alert "Done"