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")"
 | 
					user="$(cat "$__object/parameter/user")"
 | 
				
			||||||
state_should="$(cat "$__object/parameter/state")"
 | 
					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 present \
 | 
				
			||||||
   || echo absent
 | 
					   || echo absent
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,6 @@ TYPES
 | 
				
			||||||
- __file_edit
 | 
					- __file_edit
 | 
				
			||||||
   - regexp replace (can probably cover all?)
 | 
					   - regexp replace (can probably cover all?)
 | 
				
			||||||
      -> aka sed.
 | 
					      -> aka sed.
 | 
				
			||||||
- __cron
 | 
					 | 
				
			||||||
- __user
 | 
					- __user
 | 
				
			||||||
   add option to include --create-home
 | 
					   add option to include --create-home
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue