From 4937c649d67aa7e67befc47986fba18191bf8974 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 15 Oct 2013 13:59:14 +0200 Subject: always apply --- global/overlay/etc/cron.d/cosmos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global/overlay/etc/cron.d') diff --git a/global/overlay/etc/cron.d/cosmos b/global/overlay/etc/cron.d/cosmos index b157bde..70af3a4 100644 --- a/global/overlay/etc/cron.d/cosmos +++ b/global/overlay/etc/cron.d/cosmos @@ -1,4 +1,4 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -*/15 * * * * root test -f /etc/no-automatic-cosmos || (cosmos update && cosmos apply) +*/15 * * * * root test -f /etc/no-automatic-cosmos || (cosmos update ; cosmos apply) -- cgit v1.1