1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove index param, closes #4309

This commit is contained in:
Mike Perham 2019-10-04 08:26:24 -07:00
parent 01b4976c7b
commit b138213d4d

View file

@ -70,6 +70,6 @@ exec /bin/bash <<'EOT'
# Logs out to /var/log/upstart/sidekiq.log by default
cd /var/www/app
exec bundle exec sidekiq -i ${index} -e production
exec bundle exec sidekiq -e production
EOT
end script