Debian installation failed for client 2.4.9 due wrong detected architecture

Hello,

I just realized that one of my raspberry pi zeros stopped the nightly backup process.
After a short investigation I started a new intallation for the newest client:

TF=`mktemp` && wget “https://hndl.urbackup.org/Client/2.4.9/UrBackup%20Client%20Linux%202.4.9.sh” -O $TF && sudo sh $TF; rm -f $TF

2019-11-12 08:01:12 (2,09 MB/s) - »»mktemp«« gespeichert [21250537/21250537]
Verifying archive integrity… All good.
Uncompressing UrBackup Client Installer for Linux 100%
Installation of UrBackup Client 2.4.9 to /usr/local … Proceed ? [Y/n]
Y
Uncompressing install data…
Detected Debian (derivative) system
Detected systemd
Detected architecture arm-linux-androideabi
Illegal instruction
Error running executable on this system (armv6l). Stopping installation.

Well I don’t have an arm-linux-androideabi…

But with older Version 2.3.4:

TF=`mktemp` && wget “https://hndl.urbackup.org/Client/2.3.4/UrBackup%20Client%20Linux%202.3.4.sh” -O $TF && sudo sh $TF; rm -f $TF

2019-11-12 07:48:10 (82,0 KB/s) - »»mktemp«« gespeichert [12270056/12270056]
Verifying archive integrity… All good.
Uncompressing UrBackup Client Installer for Linux 100%
Installation of UrBackup Client 2.3.4 to /usr/local … Proceed ? [Y/n]
Y
Uncompressing install data…
Detected Debian (derivative) system
Detected systemd
Detected architecture armv6-linux-engeabihf
Installing systemd unit…
Starting UrBackup Client service…
Successfully started client service. Installation complete.

The correct architecture armv6-linux-engeabihf is used and all is fine.

Do you have an idea what is happening here with 2.4.9?

uname -a:
Linux raspberrypi0w-0 4.19.66+ #1253 Thu Aug 15 11:37:30 BST 2019 armv6l GNU/Linux

Does this one work: http://beta.urbackup.org/tmp/UrBackupUpdateLinux-dbg(2).sh ?

The script told me:

Uncompressing install data…
Detected Debian (derivative) system
Detected systemd
Detected architecture arm-linux-androideabi
Illegal instruction
(Android NDK build not working. Falling back to ELLCC build…)
Installing systemd unit…
Restarting UrBackup Client service…
Successfully started client service. Installation complete.

urbackupclientctl --version:
UrBackup Client Controller v2.4.9.0

urbackupclientbackend --version:
UrBackup Client Backend v2.4.9.0

This seems to work now.