always apply

This commit is contained in:
Leif Johansson 2013-10-15 13:59:14 +02:00
parent c4cc4d8531
commit 4937c649d6

View file

@ -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)