mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-22 14:42:19 +00:00
7 lines
200 B
Bash
Executable File
7 lines
200 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export CORE_IP=$(host ${CORE_IP} | head -n1 | grep -Po "(\d+\.?){4}")
|
|
|
|
/tmp/confd -onetime -backend env
|
|
|
|
cd /mdvd && proxychains -q rq worker common -u "redis://${REDIS_IP}:6379/" |