summaryrefslogtreecommitdiff
path: root/global/overlay/etc/cron.d
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-15 13:59:14 +0200
committerLeif Johansson <leifj@sunet.se>2013-10-15 13:59:14 +0200
commit4937c649d67aa7e67befc47986fba18191bf8974 (patch)
tree29913db0ffac60c4de7dbaa971d514d6bd480a5b /global/overlay/etc/cron.d
parentc4cc4d8531d7394dc05fe0bf47db944e070e41dc (diff)
always apply
Diffstat (limited to 'global/overlay/etc/cron.d')
-rw-r--r--global/overlay/etc/cron.d/cosmos2
1 files changed, 1 insertions, 1 deletions
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)