We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a9019 commit 2924983Copy full SHA for 2924983
lambda_loader.sh
@@ -5,7 +5,7 @@ eval "$(jq -er '@sh "VERSION=\(.version)
5
ENABLED_FUNCTION=\(.enabled_function)
6
CONFIG_FILE=\(.config_file)"')"
7
8
-SYSTEM=$(uname | awk '{print tolower($0)}')
+SYSTEM="$(uname | awk '{print tolower($0)}')"
9
FUNCTION_BEAT_URL=https://artifacts.elastic.co/downloads/beats/functionbeat/functionbeat-"${VERSION}"-"${SYSTEM}"-x86_64.tar.gz
10
11
DESTINATION=functionbeat-"${VERSION}"-"${SYSTEM}"-x86_64
0 commit comments