Skip to content

Commit d923a98

Browse files
committed
update install.sh
1 parent a7b376a commit d923a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ fragment_scanner() {
5555
# Define paths for xray executable and configuration/log files
5656
XRAY_PATH="$PREFIX/bin/xray"
5757
CONFIG_PATH="config.json"
58-
LOG_FILE="$HOME/pings.txt"
59-
XRAY_LOG_FILE="$HOME/xraylogs.txt"
58+
LOG_FILE="pings.txt"
59+
XRAY_LOG_FILE="xraylogs.txt"
6060

6161
# Check if xray executable exists
6262
if [ ! -f "$XRAY_PATH" ]; then

0 commit comments

Comments
 (0)