inconsistent flag naming across ruby
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-03-15 20:50:40 -03:00
parent 4b620eb837
commit 6a2fd50da8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ chown -R ruby:www-data ${dir}
case $1 in
start)
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)
test ! -f ${pid} || cat ${pid} | xargs -r kill