When I run script to restart mongrel written in .sh file , It is not
working properly.

Below are the commands written in .sh file.

cd /home/apps/stage/bd/log && rm mongrel.pid -f pkill -9 mongrel_rails
-u bandega cd /home/apps/stage/bd && mongrel_rails start -e production
-p 4184 -d

But when I manually run all above commands one by one on terminal, It is
working properly and server is started properly.

Is there are some problems while running script in .sh file?

Thanks in advance.

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to