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
|
||||
ls /
|
||||
ls /data
|
||||
cp /data/config.json /etc/shadowsocks-rust/config.json
|
||||
cat /data/options.json
|
||||
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cat /data
|
||||
cat /data/options.json
|
||||
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||
|
|
Loading…
Reference in a new issue