mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && python3 worker.py || sleep infinity
|