Skip to content

Commit

Permalink
Update variables.sh: Add USER_NOTIFICATION_IMAGES
Browse files Browse the repository at this point in the history
This required moving ALLSKY_MYFILES_* higher in the file
  • Loading branch information
EricClaeys authored Feb 16, 2025
1 parent 852eb44 commit fb0125c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,14 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; then
# Holds all the images on a per-day basis.
ALLSKY_IMAGES="${ALLSKY_HOME}/images"

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

# Holds all the notification images.
ALLSKY_NOTIFICATION_IMAGES="${ALLSKY_HOME}/notificationImages"
USER_NOTIFICATION_IMAGES="${ALLSKY_MYFILES_DIR}/notificationImages"
# Holds log of notifications displayed during this session.
ALLSKY_NOTIFICATION_LOG="${ALLSKY_TMP}/notification_log.txt"

Expand Down Expand Up @@ -186,11 +192,6 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; 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_NAME="myFiles"
ALLSKY_MYFILES_DIR="${ALLSKY_CONFIG}/${ALLSKY_MYFILES_NAME}"
ALLSKY_WEBSITE_MYFILES_DIR="${ALLSKY_WEBSITE}/${ALLSKY_MYFILES_NAME}"

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

Expand Down

0 comments on commit fb0125c

Please sign in to comment.