mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
|
|
celery -A wger worker -l INFO
|