mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-25 14:28:37 +08:00
fix uname command
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
645b1654e5
commit
7c8b9c454a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if ! bash /entrypoint.sh; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Correctly set CPU_ARCH for notify_push
|
# Correctly set CPU_ARCH for notify_push
|
||||||
export CPU_ARCH="$(uname -p)"
|
export CPU_ARCH="$(uname -m)"
|
||||||
if [ -z "$CPU_ARCH" ]; then
|
if [ -z "$CPU_ARCH" ]; then
|
||||||
echo "Could not get processor architecture. Exiting."
|
echo "Could not get processor architecture. Exiting."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue