refactor: Default log file path to script directory in install, config, and capture scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user