This commit is contained in:
Pierre Guillod 2023-10-22 15:10:25 +02:00
parent e4c4d9a13b
commit 83aabeee89
Signed by: pierre
GPG key ID: 7A64EF3E7D65F3DE
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
#!/bin/sh
ls /
ls /data
cp /data/config.json /etc/shadowsocks-rust/config.json
cat /data/options.json
cp /data/options.json /etc/shadowsocks-rust/config.json

View file

@ -1,3 +1,3 @@
#!/bin/sh
cat /data
cat /data/options.json
cp /data/options.json /etc/shadowsocks-rust/config.json