debug
This commit is contained in:
parent
c13fc765b4
commit
257c6a700a
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
name: "Shadowsocks"
|
||||
description: "Encrypted SOCKS v5 proxy server"
|
||||
version: "0.0.1"
|
||||
version: "0.0.2"
|
||||
slug: "shadowsocks"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
ls /
|
||||
ls /data
|
||||
cp /data/config.json /etc/shadowsocks-rust/config.json
|
||||
|
|
Loading…
Reference in a new issue