mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
11 lines
209 B
Bash
11 lines
209 B
Bash
#!/bin/sh
|
|
echo "Start GOCQHTTP~~~"
|
|
unset http_proxy
|
|
unset https_proxy
|
|
|
|
mkdir /mnt/
|
|
rm -rf /mnt/data/leveldb
|
|
cp -f config.yml /mnt/config.yml
|
|
cp -f device.json /mnt/device.json
|
|
./go-cqhttp -w="/mnt/" faststart
|