saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-03-16 13:11:21 +02:00
parent af4042f69f
commit b2079753b5

View File

@@ -163,7 +163,7 @@ list_files() {
check_directories
handle_container
if test -t; then
if test -t && command -v tput > /dev/null 2>&1; then
width="$(tput cols)"
fi