Skip to content

Commit

Permalink
- Update the eybackup crontab to point to the actual binary to ensure
Browse files Browse the repository at this point in the history
    there are no PATH issues.

Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed May 14, 2010
1 parent 5c13bef commit bbb7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/eybackup_slave/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
day '*'
month '*'
weekday '*'
command "eybackup"
command "/usr/local/ey_resin/bin/eybackup"
not_if { node[:backup_window].to_s == '0' }
end
end

0 comments on commit bbb7c4e

Please sign in to comment.