From ad573581793e4dc1ca0e04d8a4a35eaa49e5d367 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:28:30 +0100 Subject: [PATCH] fix clear in mpd option --- installation/routines/customize_options.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/routines/customize_options.sh b/installation/routines/customize_options.sh index dc6572be0..50df075fe 100644 --- a/installation/routines/customize_options.sh +++ b/installation/routines/customize_options.sh @@ -119,6 +119,7 @@ Do you want to disable Bluetooth? [Y/n]" 1>&3 } _option_mpd() { + clear 1>&3 if [[ "$SETUP_MPD" == true ]]; then if [[ -f "${MPD_CONF_PATH}" || -f "${SYSTEMD_USR_PATH}/mpd.service" ]]; then echo "-------------------------- MPD --------------------------