Skip to content

Commit

Permalink
fix mpd option log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 18, 2023
1 parent 9c4fb5f commit 94f97f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ _option_mpd() {
esac
fi
fi

echo "SETUP_MPD=${SETUP_MPD}"
if [ "$SETUP_MPD" == true ]; then
echo "ENABLE_MPD_OVERWRITE_INSTALL=${ENABLE_MPD_OVERWRITE_INSTALL}"
fi
}

_option_rfid_reader() {
Expand Down Expand Up @@ -144,7 +149,6 @@ the installation. If you are unsure, stick to YES!
case "$response" in
[nN][oO]|[nN])
ENABLE_SAMBA=false
ENABLE_KIOSK_MODE=false
;;
*)
;;
Expand Down

0 comments on commit 94f97f1

Please sign in to comment.