mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
|
|
cd /back
|
|
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && python3 scheduler.py || sleep infinity
|