Skip to content

Commit

Permalink
Update variables.sh: Add myFiles variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 1, 2024
1 parent 0e67e3e commit 559e859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then
ALLSKY_REMOTE_WEBSITE_CONFIGURATION_NAME="remote_${ALLSKY_WEBSITE_CONFIGURATION_NAME}"
ALLSKY_REMOTE_WEBSITE_CONFIGURATION_FILE="${ALLSKY_CONFIG}/${ALLSKY_REMOTE_WEBSITE_CONFIGURATION_NAME}"

# Areas for users' Allsky-related files that get propogated to new releases.
ALLSKY_MYFILES="${ALLSKY_CONFIG}/myFiles"
ALLSKY_WEBSITE_MYFILES="${ALLSKY_WEBSITE}/myFiles"

# Holds all the Allsky documentation.
ALLSKY_DOCUMENTATION="${ALLSKY_WEBUI}/documentation"

Expand Down

0 comments on commit 559e859

Please sign in to comment.