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:
parent
01b4976c7b
commit
b138213d4d
1 changed files with 1 additions and 1 deletions
|
@ -70,6 +70,6 @@ exec /bin/bash <<'EOT'
|
||||||
# Logs out to /var/log/upstart/sidekiq.log by default
|
# Logs out to /var/log/upstart/sidekiq.log by default
|
||||||
|
|
||||||
cd /var/www/app
|
cd /var/www/app
|
||||||
exec bundle exec sidekiq -i ${index} -e production
|
exec bundle exec sidekiq -e production
|
||||||
EOT
|
EOT
|
||||||
end script
|
end script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue