From 00a6374d4d2c0261930ffe90aee33f706c37f789 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sun, 22 Oct 2023 14:59:47 +0200 Subject: [PATCH] debug --- shadowsocks-staging/config.yaml | 2 +- shadowsocks-staging/run.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/shadowsocks-staging/config.yaml b/shadowsocks-staging/config.yaml index e158699..1f692d1 100644 --- a/shadowsocks-staging/config.yaml +++ b/shadowsocks-staging/config.yaml @@ -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 diff --git a/shadowsocks-staging/run.sh b/shadowsocks-staging/run.sh index 64dcfc0..ef463c2 100644 --- a/shadowsocks-staging/run.sh +++ b/shadowsocks-staging/run.sh @@ -1,4 +1,2 @@ #!/bin/sh -ls / -ls /data -cp /data/config.json /etc/shadowsocks-rust/config.json +tree / ; exit 1