debug
This commit is contained in:
parent
1823d5b3f7
commit
e4c4d9a13b
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
name: "Shadowsocks (staging)"
|
||||
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
|
||||
version: "0.0.6"
|
||||
version: "0.0.7"
|
||||
slug: "shadowsocks_staging"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
ls /
|
||||
ls /data
|
||||
cp /data/config.json /etc/shadowsocks-rust/config.json
|
||||
cat /data
|
||||
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||
|
|
Loading…
Reference in a new issue