Another small bugfix for backend
This commit is contained in:
parent
b087cfb6b3
commit
f9fef1ac85
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user