mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix shellcheck
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
44d491cc5b
commit
b08a06573d
4 changed files with 12 additions and 8 deletions
|
|
@ -12,7 +12,8 @@ if ! bash /entrypoint.sh; then
|
|||
fi
|
||||
|
||||
# Correctly set CPU_ARCH for notify_push
|
||||
export CPU_ARCH="$(uname -m)"
|
||||
CPU_ARCH="$(uname -m)"
|
||||
export CPU_ARCH
|
||||
if [ -z "$CPU_ARCH" ]; then
|
||||
echo "Could not get processor architecture. Exiting."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue