about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 40991b3..321719d 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -209,7 +209,6 @@ class Restart < GemPlugin::Plugin "/commands"
     if @cwd
       @cwd = File.expand_path(@cwd)
       valid_dir? @cwd, "Invalid path to change to during daemon mode: #@cwd"
-      @pid_file = File.join(@cwd,@pid_file)
     end
 
     valid_exists? @pid_file, "PID file #@pid_file does not exist. Not running?"