refactor: Default log file path to script directory in install, config, and capture scripts.

This commit is contained in:
sebseb7
2025-12-18 14:23:38 +01:00
parent 36f79547d6
commit 374601f2fa
3 changed files with 7 additions and 12 deletions

View File

@@ -34,8 +34,8 @@ SKIP_FRAMES=5
# Temporary file location
TEMP_DIR="/tmp"
# Log file location
LOG_FILE="/var/log/picupper.log"
# Log file location (default: same directory as script)
LOG_FILE=""
# Connection timeout in seconds
TIMEOUT=30