debug
This commit is contained in:
parent
e4c4d9a13b
commit
83aabeee89
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ls /
|
cat /data/options.json
|
||||||
ls /data
|
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||||
cp /data/config.json /etc/shadowsocks-rust/config.json
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cat /data
|
cat /data/options.json
|
||||||
cp /data/options.json /etc/shadowsocks-rust/config.json
|
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||||
|
|
Loading…
Reference in a new issue