Replies: 1 comment
-
@dg8yho, thanks for catching this bug. I just fixed it in v2024.12.06. Please feel free to look for other bugs. It's always good to have another set of eyes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
i am new to git and not able to make changes direct to code.
But i found maybe an typo in v2024.12.06 scripts/generateForDay.sh
in Line 210 there is:
R_WEB_DEST_DIR="$( settings ".remotewebimagedir" )"
but in my oppinion it must be
R_WEB_DEST_DIR="$( settings ".remotewebsiteimagedir" )"
because remotewebimagedir does no exist in config/settings.json
maybe i am wrong .
yours dg8yho
Beta Was this translation helpful? Give feedback.
All reactions