Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 18, 2024
1 parent 1896435 commit 2bba670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ RUN eval "$(dpkg-architecture -A "$(echo "$TARGETARCH$TARGETVARIANT" |
--with-apple-alac \
--with-metadata \
--with-mqtt-client \
--with-piddir=$XDG_RUNTIME_DIR/shairport-sync \
--with-piddir="$XDG_RUNTIME_DIR"/shairport-sync \
--with-ssl=openssl \
--with-avahi \
--with-os=linux \
--with-convolution \
--with-soxr \
--sysconfdir=$XDG_CONFIG_DIRS \
--sysconfdir="$XDG_CONFIG_DIRS"/shairport-sync \
--without-configfiles \
--without-sndio \
--without-pa \
Expand Down
1 change: 1 addition & 0 deletions context/runtime/boot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ nqptp &
[ "${MOD_MQTT_COVER:-}" == true ] && MOD_MQTT_COVER=yes || MOD_MQTT_COVER=no

cp "$XDG_CONFIG_DIRS"/shairport-sync/main.conf "$XDG_CONFIG_HOME/shairport-sync/main.conf"
# shellcheck disable=SC2016
printf 'mqtt {
enabled = "%s"; // set this to yes to enable the mqtt-metadata-service
hostname = "%s"; // Hostname of the MQTT Broker
Expand Down

0 comments on commit 2bba670

Please sign in to comment.