diff --git a/installation/routines/customize_options.sh b/installation/routines/customize_options.sh index 03b3e8232..2f29e2f39 100644 --- a/installation/routines/customize_options.sh +++ b/installation/routines/customize_options.sh @@ -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() { @@ -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 ;; *) ;;