We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90205b commit d6b7c6cCopy full SHA for d6b7c6c
etc/hook_script
@@ -11,6 +11,11 @@ chown www-data:www-data /srv/log/aria2.log
11
touch /srv/log/v2ray-{access,error}.log
12
chown nobody:nobody /srv/log/v2ray-access.log
13
chown nobody:nobody /srv/log/v2ray-error.log
14
+for file in server-v2tls.key server-v2tls.crt; do
15
+ if [ -f "/srv/etc/ssl-certs/$file" ]; then
16
+ chown nobody:nobody /srv/etc/ssl-certs/$file
17
+ fi
18
+done
19
20
if [ -x "/srv/etc/update_v2ray" ]; then
21
/srv/etc/update_v2ray
0 commit comments