Skip to content

Commit

Permalink
Use $TMPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ccressent committed Jun 3, 2024
1 parent 104990f commit 42cd587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ CURL_MAX_TIME=1800
SYSTEMD_DISABLED=false

DISABLE_INSTALLATION_TELEMETRY=false
INSTALLATION_LOGFILE="/tmp/sumologic-otel-collector_installation.log"
INSTALLATION_LOGFILE="${TMPDIR:=/tmp}/sumologic-otel-collector_installation.log"
INSTALLATION_LOGFILE_ENDPOINT='https://open-events.sumologic.net/api/v1/collector/installation/logs'

############################ Functions
Expand Down

0 comments on commit 42cd587

Please sign in to comment.