[Solved] v6.20.5 on Odroid C1+?

Looks like v6.20.5 fails on Odroid C1+:

┌───────────────────────────────┤ DietPi Error Handler: ├────────────────────────────────┐
│ DietPi-Update: chmod -R +x /DietPi /var/lib/dietpi/services /etc/cron.daily/dietpi
│ /etc/cron.hourly/dietpi /etc/profile.d/dietpi-*.sh
│ /etc/bashrc.d/dietpi-bash_completion.sh /etc/bashrc.d/dietpi-login.sh
│ /etc/bashrc.d/dietpi-posix-set-locale.sh /etc/bashrc.d/dietpi-ps1_kill_animation.sh
│ /etc/bashrc.d/dietpi-unsupported_terminal.sh
│  - Exit code: 1
│  - DietPi version: v6.19.7 (Fourdee/master) | HW_MODEL:10 | HW_ARCH:2 | DISTRO:3
│  - Image creator: n/a
│  - Pre-image: n/a
│
│ Log file contents:
│ chmod: cannot access ‘/etc/profile.d/dietpi-*.sh’: No such file or directory
│
│
│
│
│                Retry         : Re-run the last command that failed
│                DietPi-Config : Edit network, APT/NTP mirror settings etc
│
│
│                        <Ok>                            <Exit>
│                                                                                        │
└────────────────────────────────────────────────────────────────────────────────────────┘

Indeed some users run into this: https://github.com/Fourdee/DietPi/issues/2458
EDIT: I did a quick patch to the update branch, please simply try to rerun dietpi-update. Skip the below!

We are investigating, currently not sure how this situation can occur. However the quick fix is easy, run:

> /etc/profile.d/dietpi-unsupported_terminal.sh
dietpi-update 1

The second will rerun the update.

Many many thanks. I can confirm that v6.20.6 fixed things, on Odroid C1+ as well as on a RasPi 3B+.

Thanks for feedback, great it works now.