Skip to content

Commit

Permalink
remove apache restart from deploy.rb since it should not be needed an…
Browse files Browse the repository at this point in the history
…ymore...
  • Loading branch information
gnomet committed Oct 1, 2010
1 parent 3cbc11b commit 61047cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
task :finalize do
#whenever.write_crontab
#apache.restart
run "sudo /etc/init.d/apache2 restart"
#run "sudo /etc/init.d/apache2 restart"
end
end

Expand Down

0 comments on commit 61047cc

Please sign in to comment.