Skip to content

Commit

Permalink
Update generateForDay.sh: fix typo in setting name
Browse files Browse the repository at this point in the history
Thanks to dg8yho.

Fixes #4000
  • Loading branch information
EricClaeys authored Dec 1, 2024
1 parent 3f5dce6 commit 954fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateForDay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ else
# Local Websites don't have directory or file name choices.

if [[ ${R_WEB_USE} == "true" ]]; then
R_WEB_DEST_DIR="$( settings ".remotewebimagedir" )"
R_WEB_DEST_DIR="$( settings ".remotewebsiteimagedir" )"
if [[ -n ${R_WEB_DEST_DIR} && ${R_WEB_DEST_DIR: -1:1} != "" ]]; then
R_WEB_DEST_DIR="${R_WEB_DEST_DIR}/"
fi
Expand Down

0 comments on commit 954fa8d

Please sign in to comment.