mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 00:12:54 +08:00
4 lines
85 B
Bash
4 lines
85 B
Bash
|
#! /usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
python /felicity_lims/felicity/celeryworker_pre_start.py
|