mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /back
|
|
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && python3 worker.py || sleep infinity
|