Add check that poudriere is not already running.

This commit is contained in:
Tom Alexander
2022-12-10 19:01:14 -05:00
parent 9599cfb577
commit 7915b92345

View File

@@ -38,6 +38,8 @@ function build {
} }
function cmd_start { function cmd_start {
abort_if_jobs_running
# Allow command failures without quitting the script because some # Allow command failures without quitting the script because some
# package sets might fail whereas others may succeed based on which # package sets might fail whereas others may succeed based on which
# packages are in each set. # packages are in each set.