This commit is contained in:
kx1t
2025-02-28 12:39:38 -05:00
parent 81990880db
commit fcbc5cef35
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ RUN set -xe && \
#
COPY rootfs/ /
#
COPY ATTRIBUTION.md /usr/share/planefence/stage/attribution.txt
# COPY ATTRIBUTION.md /usr/share/planefence/stage/attribution.txt
#
RUN \
--mount=type=bind,source=./,target=/app/ \

View File

@@ -159,7 +159,7 @@ if chk_enabled "$PF_PLANEALERT"; then configure_planefence "PA_LINK" "$PA_PF_LIN
configure_planealert "PF_LINK" "$PA_PF_LINK"
if chk_enabled "${PF_NOTIFEVERY:-$PF_TWEETEVERY}"; then configure_planefence "TWEETEVERY" "true"; else configure_planefence "TWEETEVERY" "false"; fi
configure_planealert "HISTTIME" "$PA_HISTTIME"
configure_planealert "ALERTHEADER" "$PF_ALERTHEADER"
configure_planealert "ALERTHEADER" "\"$PF_ALERTHEADER\""
if [[ -n "$PF_SOCK30003HOST" ]]; then
# shellcheck disable=SC2001