From 9ccadd7f86c394f81ec31fc63947f68a346e555f Mon Sep 17 00:00:00 2001 From: arfrie22 <43021241+arfrie22@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:34:47 -0400 Subject: [PATCH] fix function call --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3394194d..a451f895 100755 --- a/build.sh +++ b/build.sh @@ -59,7 +59,7 @@ else apt-get update apt-get install -y libmosquitto-dev raspi-gpio libi2c-dev libssl-dev libgpiod-dev - enable_i2c() + enable_i2c if ! command -v raspi-gpio &> /dev/null; then echo "Command raspi-gpio is required and is not installed"