From e9453aaf5e616c3e1e00f6f2c7d5d8c256fe1129 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 20:03:30 -0400 Subject: propellor spin --- Propellor/Property/Cron.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Propellor/Property/Cron.hs b/Propellor/Property/Cron.hs index d8c072eb..71580bc3 100644 --- a/Propellor/Property/Cron.hs +++ b/Propellor/Property/Cron.hs @@ -25,7 +25,7 @@ job desc times user cddir command = cronjobfile `File.hasContent` , "" , times ++ "\t" ++ user ++ "\t" ++ "flock -n " ++ shellEscape cronjobfile - ++ " -c sh -c " ++ shellEscape cmdline + ++ " sh -c " ++ shellEscape cmdline ] `requires` Apt.serviceInstalledRunning "cron" `describe` ("cronned " ++ desc) -- cgit v1.2.3