mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-22 06:32:19 +00:00
10 lines
215 B
Bash
10 lines
215 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
export CORE_IP=$(host ${CORE_IP} | head -n1 | grep -Po "(\d+\.?){4}")
|
||
|
|
||
|
source /mdvd/docker/env
|
||
|
|
||
|
/tmp/confd -onetime -backend env
|
||
|
|
||
|
cat /etc/proxychains.conf
|
||
|
cat /mdvd/config.json | python -m json.tool
|