Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed May 12, 2010
1 parent 9076b42 commit d16becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appserver/logrotate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def write_config
f.puts " delaycompress"
f.puts " sharedscripts"
f.puts " postrotate"
f.puts " #{server_dir.appserver_cmd('reload', app.name)}"
f.puts " #{server_dir.appserver_cmd('reopen', app.name)}"
f.puts " endscript"
f.puts "}"
end
Expand Down

0 comments on commit d16becc

Please sign in to comment.