Set TERM to linux at first login. In some cases this prevent from seeing weird charactes in ncurses menu
This commit is contained in:
parent
501e033b70
commit
22ad8abfcf
@ -286,4 +286,5 @@ if [ -f /root/.not_logged_in_yet ] && [ -n "$BASH_VERSION" ] && [ "$-" != "${-#*
|
||||
printf "\e[0;91mPlease reboot the system now \x1B[0m \n\n"
|
||||
fi
|
||||
fi
|
||||
export TERM=linux
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user