diff --git a/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh b/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh index 72f77e9a10..8b4a027758 100644 --- a/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh +++ b/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh @@ -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