mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /back
|
|
if [[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]]; then rq worker high default low --logging_level WARN; fi
|