shorten log everything

This commit is contained in:
Tobias Powalowski 2023-01-15 22:17:02 +01:00
parent 2f93203a6a
commit c6b5f39cdf

View file

@ -365,7 +365,7 @@ _stoplvm()
for i in ${_LV_PHYSICAL}; do for i in ${_LV_PHYSICAL}; do
pvremove -f "${i}" 2>/dev/null >"${_LOG}" pvremove -f "${i}" 2>/dev/null >"${_LOG}"
done done
_dialog --infobox "Removing of ALL logical volumes, logical groups and physical volumes done.\n nContinuing in 3 seconds ..." 0 0 _dialog --infobox "Removing of ALL logical volumes, logical groups and physical volumes done.\nContinuing in 3 seconds ..." 0 0
sleep 3 sleep 3
fi fi
} }