debug
This commit is contained in:
parent
53006487f3
commit
ebb9be4f5f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: "Shadowsocks (staging)"
|
name: "Shadowsocks (staging)"
|
||||||
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
|
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
|
||||||
version: "0.0.4"
|
version: "0.0.5"
|
||||||
slug: "shadowsocks_staging"
|
slug: "shadowsocks_staging"
|
||||||
startup: services
|
startup: services
|
||||||
ingress: false
|
ingress: false
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
tree / ; exit 1
|
ls -R / ; exit 1
|
||||||
|
|
Loading…
Reference in a new issue