little cosmetics

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 4b0dab55cb
commit f32ee6daf2

@ -614,6 +614,7 @@ lvm_detect() {
if [[ $LVM_LV != "" ]] && [[ $LVM_VG != "" ]] && [[ $LVM_PV != "" ]]; then
DIALOG " $_PrepLVM " --infobox "\n$_LvmDetBody\n " 0 0
sleep 2
modprobe dm-mod 2>$ERR
check_for_error "modprobe dm-mod" "$?"
vgscan >/dev/null 2>&1

@ -424,7 +424,9 @@ rank_mirrors() {
clear
if [[ ! -z ${branch} ]]; then
DIALOG " $_MirrorBranch " --msgbox "\n$_RankMirrors\n " 0 0
clear
pacman-mirrors -gib "${branch}"
echo ""
ini branch "${branch}"
fi
}

Loading…
Cancel
Save