Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Jun 15, 2024
1 parent a7b376a commit d923a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ fragment_scanner() {
# Define paths for xray executable and configuration/log files
XRAY_PATH="$PREFIX/bin/xray"
CONFIG_PATH="config.json"
LOG_FILE="$HOME/pings.txt"
XRAY_LOG_FILE="$HOME/xraylogs.txt"
LOG_FILE="pings.txt"
XRAY_LOG_FILE="xraylogs.txt"

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

0 comments on commit d923a98

Please sign in to comment.