__cron should replace entrys with his id

remotes/origin/4.0-pre-not-stable
Daniel Heule 11 years ago
parent f80501d65c
commit 6afc4b82c2
  1. 2
      cdist/conf/type/__cron/explorer/entry

@ -22,4 +22,4 @@
name="$__object_name"
user="$(cat "$__object/parameter/user")"
crontab -u $user -l 2>/dev/null | grep "# $name\$" || true
crontab -u $user -l 2>/dev/null | grep "# $name\$" | head -n 1 || true

Loading…
Cancel
Save