Prevent nmcli, setterm, and echo output from leaking to console and crontab output

This commit is contained in:
Jason Ertel
2020-07-18 08:36:01 -04:00
parent b75487dc74
commit 23420ace56
2 changed files with 9 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ if [ "$OS" == ubuntu ]; then
update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1
fi
setterm -blank 0
setterm -blank 0 > /dev/null
if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then
true