Skip to content

Commit fab5123

Browse files
authored
Update entrypoint.sh
1 parent f6f449d commit fab5123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
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-
./v2ray &
7+
nohup ./v2ray

0 commit comments

Comments
 (0)