Closed nursoda closed 3 years ago
This is working as intended. This is how the app identifies if it is running on a x86
or arm64
system. The different execution rights are because execution rights are not required on the 32 bit version as the app has already figured out that it is running on a 64 bit system.
Duplicate of #30
👍 Sorry for only scanning the open issues and not the closed ones.
I just did a
sudo -u http php occ app:update talk_matterbridge
and gotls la apps/talk_matterbridge/bin
shows that all binaries are there (note: why different execution rights?):The 'bug' is: Why does sh try to execute the arm64 binary on an amd64 system?