mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
updates
This commit is contained in:
@@ -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/ \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user