This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/scripts/run-scheduler.sh

11 lines
136 B
Bash
Raw Permalink Normal View History

2025-03-03 21:51:01 +01:00
#!/usr/bin/env bash
set -o nounset
set -o xtrace
set -o errexit
set -o pipefail
echo "Running scheduler..."
./manage.py runscheduler