From 85f4fb230d3edaf14f9af34d71119ef64e82fe32 Mon Sep 17 00:00:00 2001 From: John Bender Date: Sun, 30 May 2010 00:35:22 -0700 Subject: [PATCH] resolved rsync issue with crontab entry template [closes gh-90] --- templates/crontab_entry.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/crontab_entry.erb b/templates/crontab_entry.erb index ac0ae246d..11afa2e2b 100644 --- a/templates/crontab_entry.erb +++ b/templates/crontab_entry.erb @@ -1 +1 @@ -* * * * * <%= scriptname %> '<%= rsyncopts %>' '<%= guestpath %>/*' '<%= rsyncpath %>/' +* * * * * <%= scriptname %> '<%= rsyncopts %>' '<%= guestpath %>/' '<%= rsyncpath %>/'