mirror of
https://github.com/Oreomeow/VIP.git
synced 2026-02-04 02:53:26 +08:00
10 lines
286 B
Bash
10 lines
286 B
Bash
#!/bin/bash
|
|
# shellcheck disable=SC2005
|
|
|
|
docker exec -it qinglong /bin/sh -c "cd /ql/config
|
|
curl -sL https://git.io/config.sh > /ql/config/config.sample.sh
|
|
cd /ql/sample && rm config.sample.sh
|
|
cp -rf /ql/config/config.sample.sh /ql/sample"
|
|
|
|
echo "$(TZ=UTC-8 date +%Y-%m-%d" "%H:%M:%S)"
|