We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa6c7a commit 40e7c8bCopy full SHA for 40e7c8b
1 file changed
variables.sh
@@ -150,7 +150,11 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; then
150
151
# Log-related information.
152
ALLSKY_LOGS="${ALLSKY_CONFIG}/logs"
153
- ALLSKY_POST_INSTALL_ACTIONS="${ALLSKY_LOGS}/post-installation_actions.txt"
+ ALLSKY_WEB_LOGS="${ALLSKY_LOGS}/weblogs" # logs the web browser can get to
154
+ ALLSKY_WEB_LOGS_URL="/$( basename "${ALLSKY_WEB_LOGS}" )"
155
+ P="post-installation_actions.txt"
156
+ ALLSKY_POST_INSTALL_ACTIONS="${ALLSKY_WEB_LOGS}/${P}"
157
+ ALLSKY_POST_INSTALL_ACTIONS_URL="${ALLSKY_WEB_LOGS_URL}/${P}"
158
ALLSKY_OLD_REMINDER="${ALLSKY_LOGS}/allsky-OLD_reminder.txt"
159
ALLSKY_CHECK_LOG="${ALLSKY_LOGS}/checkAllsky.html"
160
0 commit comments