From 854cc487f7a9e781f02eb663614531c6c252dd66 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 11 Aug 2020 09:21:06 -0400 Subject: [PATCH] Always disable screen blanking, to simplify logic --- setup/so-setup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 7f127fc57..1e49b325f 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -118,9 +118,7 @@ if [ "$OS" == ubuntu ]; then update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1 fi -if [ $automated == no ]; then - setterm -blank 0 >> $setup_log 2>&1 -fi +setterm -blank 0 >> $setup_log 2>&1 if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then true