fix shellcheck

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-02-11 11:37:05 +01:00
parent 44d491cc5b
commit b08a06573d
4 changed files with 12 additions and 8 deletions

View file

@ -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