Update sh file.
This commit is contained in:
parent
a95cfb9586
commit
6b1fadc48c
|
@ -1 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
UNICORN_PID="$(fuser tmp/pids/unicorn.sock tmp/sockets/unicorn.sock tmp/unicorn.sock) $(cat tmp/pids/unicorn.pid)" && kill -s TERM $UNICORN_PID
|
UNICORN_PID="$(fuser tmp/pids/unicorn.sock tmp/sockets/unicorn.sock tmp/unicorn.sock) $(cat tmp/pids/unicorn.pid)" && kill -s TERM $UNICORN_PID
|
|
@ -1,3 +1,4 @@
|
||||||
|
#/bin/bash
|
||||||
rails_env=$1
|
rails_env=$1
|
||||||
if [ -z $rails_env ]; then
|
if [ -z $rails_env ]; then
|
||||||
rails_env=development
|
rails_env=development
|
||||||
|
|
Loading…
Reference in New Issue