Skip to content

Commit 041f244

Browse files
authored
Update entrypoint.sh
1 parent fab5123 commit 041f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [ "$CERT_PEM" != "$KEY_PEM" ]; then
44
echo -e "$CERT_PEM" > cert.pem
55
echo -e "$KEY_PEM" > key.pem
66
fi
7-
nohup ./v2ray
7+
./v2ray

0 commit comments

Comments
 (0)