debug
This commit is contained in:
parent
548e31c661
commit
00a6374d4d
2 changed files with 2 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.2"
|
||||
version: "0.0.3"
|
||||
slug: "shadowsocks_staging"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
#!/bin/sh
|
||||
ls /
|
||||
ls /data
|
||||
cp /data/config.json /etc/shadowsocks-rust/config.json
|
||||
tree / ; exit 1
|
||||
|
|
Loading…
Reference in a new issue