mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export HOME="/home/openfoodweb"
|
|
export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
|
|
|
|
$HOME/apps/openfoodweb/current/script/delayed_job $@
|