correct path to the crontab
This commit is contained in:
parent
ca8bf24505
commit
24f00fc49e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ execute "Remove Any Pervious Cronjob" do
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "Add the current cronjob" do
|
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
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue