summaryrefslogtreecommitdiff
path: root/src/Propellor/Engine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Engine.hs')
-rw-r--r--src/Propellor/Engine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs
index b4dc66ce..62209bc4 100644
--- a/src/Propellor/Engine.hs
+++ b/src/Propellor/Engine.hs
@@ -102,7 +102,7 @@ onlyProcess lockfile a = bracket lock unlock (const a)
`catchIO` const alreadyrunning
return l
unlock = closeFd
- alreadyrunning = error "Propellor is already running on this host!"
+ alreadyrunning = giveup "Propellor is already running on this host!"
-- | Chains to a propellor sub-Process, forwarding its output on to the
-- display, except for the last line which is a Result.