diff options
-rw-r--r-- | functions | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -289,11 +289,6 @@ set_consolefont() { if [ $? -ne 0 ]; then stat_fail else - for i in /dev/tty[0-9]*; do - printf "\033(K" > ${i} - done - # the $CONSOLE check helps us avoid this when running scripts from cron - echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033(K"; fi' >>/etc/profile.d/locale.sh stat_done fi fi |