Skip to content

Commit

Permalink
Merge pull request #3209 from thomasjacquin/Change-location-of-instal…
Browse files Browse the repository at this point in the history
…lation-logs

Update variables.sh: update ALLSKY_INSTALLATION_LOGS
  • Loading branch information
EricClaeys authored Dec 21, 2023
2 parents 3ce240f + 5f78f3b commit 32340b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then
ALLSKY_TIMELAPSE_PID_FILE="${ALLSKY_TMP}/timelapse-pid.txt"

# Holds information on what the user needs to do after an installation.
ALLSKY_INSTALLATION_LOGS="${ALLSKY_CONFIG}/installation_logs"
ALLSKY_INSTALLATION_LOGS="${ALLSKY_CONFIG}/logs"
POST_INSTALLATION_ACTIONS="${ALLSKY_INSTALLATION_LOGS}/post-installation_actions.txt"

# Holds temporary list of aborted processes since another one was in progress.
Expand Down

0 comments on commit 32340b1

Please sign in to comment.