fix uname command

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-01-21 19:09:44 +01:00
parent 645b1654e5
commit 7c8b9c454a

View file

@ -12,7 +12,7 @@ if ! bash /entrypoint.sh; then
fi
# Correctly set CPU_ARCH for notify_push
export CPU_ARCH="$(uname -p)"
export CPU_ARCH="$(uname -m)"
if [ -z "$CPU_ARCH" ]; then
echo "Could not get processor architecture. Exiting."
exit 1