Skip to content

Commit

Permalink
fix clear in mpd option
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 20, 2023
1 parent e6cbce2 commit ad57358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 --------------------------
Expand Down

0 comments on commit ad57358

Please sign in to comment.