Skip to content

Commit 00d23a7

Browse files
committed
fix: correct config path
1 parent d9478d0 commit 00d23a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xray/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sed -e "s/\"XRAY_PORT\"/$XRAY_PORT/g" \
2828
-e "s/\"PRIVATE_KEY\"/\"$PRIVATE_KEY\"/g" \
2929
-e "s/\"SHORT_ID\"/\"$SHORT_ID\"/g" \
3030
-e "s/SERVER_NAME/$SERVER_NAME/g" \
31-
/etc/xray/config.json > $TMP_CONFIG
31+
/etc/xray/data/config.json > $TMP_CONFIG
3232

3333
xray -config $TMP_CONFIG &
3434
XRAY_PID=$!

0 commit comments

Comments
 (0)