inconsistent flag naming across ruby
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4b620eb837
commit
6a2fd50da8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ chown -R ruby:www-data ${dir}
|
||||||
case $1 in
|
case $1 in
|
||||||
start)
|
start)
|
||||||
rm -f ${pid}
|
rm -f ${pid}
|
||||||
daemonize -p ${pid} -l ${pid} -c ${dir} -u ruby /usr/bin/bundle exec rackup -h :: -p 9292
|
daemonize -p ${pid} -l ${pid} -c ${dir} -u ruby /usr/bin/bundle exec rackup -o :: -p 9292
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
test ! -f ${pid} || cat ${pid} | xargs -r kill
|
test ! -f ${pid} || cat ${pid} | xargs -r kill
|
||||||
|
|
Loading…
Reference in a new issue