diff options
Diffstat (limited to 'modules/rsnapshot/templates/cron_file')
-rw-r--r-- | modules/rsnapshot/templates/cron_file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rsnapshot/templates/cron_file b/modules/rsnapshot/templates/cron_file index 43ca9e1b..e484a88e 100644 --- a/modules/rsnapshot/templates/cron_file +++ b/modules/rsnapshot/templates/cron_file @@ -1,5 +1,5 @@ #!/bin/sh <%- for conf in @rsnapshot_conf -%> -/usr/bin/rsnapshot -c <%= conf %> <%= rsnapshot_arg %> +/usr/bin/rsnapshot -c <%= @conf %> <%= @rsnapshot_arg %> <%- end -%> |