We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b376a commit d923a98Copy full SHA for d923a98
install.sh
@@ -55,8 +55,8 @@ fragment_scanner() {
55
# Define paths for xray executable and configuration/log files
56
XRAY_PATH="$PREFIX/bin/xray"
57
CONFIG_PATH="config.json"
58
- LOG_FILE="$HOME/pings.txt"
59
- XRAY_LOG_FILE="$HOME/xraylogs.txt"
+ LOG_FILE="pings.txt"
+ XRAY_LOG_FILE="xraylogs.txt"
60
61
# Check if xray executable exists
62
if [ ! -f "$XRAY_PATH" ]; then
0 commit comments