Merge remote-tracking branch 'steven/__cron'
This commit is contained in:
commit
bb4178480e
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
user="$(cat "$__object/parameter/user")"
|
||||
state_should="$(cat "$__object/parameter/state")"
|
||||
state_is=$(cmp --quiet "$__object/parameter/entry" "$__object/explorer/entry" \
|
||||
state_is=$(diff -q "$__object/parameter/entry" "$__object/explorer/entry" \
|
||||
&& echo present \
|
||||
|| echo absent
|
||||
)
|
||||
|
|
|
@ -42,7 +42,6 @@ TYPES
|
|||
- __file_edit
|
||||
- regexp replace (can probably cover all?)
|
||||
-> aka sed.
|
||||
- __cron
|
||||
- __user
|
||||
add option to include --create-home
|
||||
|
||||
|
|
Loading…
Reference in a new issue