Unverified Commit 35c8ba0a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Shellcheck warning

parent d01e9ce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ if [[ "${BOOT}" == \"*\" || "${BOOT}" == \'*\' ]]; then
  VERSION="${BOOT:1:-1}"
fi

BOOT=`expr "$BOOT" : "^\ *\(.*[^ ]\)\ *$"`
BOOT=$(expr "$BOOT" : "^\ *\(.*[^ ]\)\ *$")

if [ -z "$BOOT" ] || [[ "$BOOT" == *"example.com/"* ]]; then