Skip to content

Commit

Permalink
Update variables.sh: change location of installation logs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 21, 2023
1 parent a91160e commit e3c6ab5
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 e3c6ab5

Please sign in to comment.