correct path to the crontab

This commit is contained in:
zhitomirskiyi 2010-11-19 16:18:38 -08:00
parent ca8bf24505
commit 24f00fc49e

View file

@ -3,5 +3,5 @@ execute "Remove Any Pervious Cronjob" do
end
execute "Add the current cronjob" do
command "crontab /usr/local/app/diaspora/chef/files/default/backupcron.txt"
command "crontab /usr/local/app/diaspora/chef/cookbooks/common/files/default/backupcron.txt"
end