Forum: Mongrel Mongrel restart script in .sh file is not working

Posted by Dipali Barapatre (dipali)
on 2012-10-03 09:48
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 by John Private (smokinggun)
on 2012-10-03 16:24
(Received via mailing list)
try breaking your script down into multiple lines and not using the && 
operator

it looks like there are some spots in the shell script where there 
should be a break, such as between the 'rm', 'pkill' and the 'cd'
Posted by John Private (smokinggun)
on 2012-10-03 16:30
(Received via mailing list)
> try breaking your script down into multiple lines and not using the && operator

and then add the && back in once you get the script working
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.