Skip to content

Commit

Permalink
fix: add log output for rfid reader setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 15, 2024
1 parent 9d2a334 commit 75dea7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,11 @@ autohotspot() {

register_rfid_reader() {
local jukebox_dir="$1"
#####################################################
# Register external device(s)

echo ""
echo "-----------------------------------------------------"
echo "Register RFID reader"
echo "-----------------------------------------------------"

if [[ ${INTERACTIVE} == "true" ]]; then
echo "If you are using an RFID reader, connect it to your RPi."
Expand Down Expand Up @@ -1384,7 +1387,6 @@ register_rfid_reader() {
finish_installation() {
local jukebox_dir="$1"
echo "
#
# INSTALLATION FINISHED
#
Expand Down

0 comments on commit 75dea7a

Please sign in to comment.