From 910c5867a67977a5792f7a1d531b8a1d6e1834d4 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 13 Aug 2022 11:23:09 +0200 Subject: [PATCH] shellcheck: fix SC2068 Signed-off-by: Dominik Willner --- scripts/obico.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/obico.sh b/scripts/obico.sh index b24158e..979b189 100644 --- a/scripts/obico.sh +++ b/scripts/obico.sh @@ -278,7 +278,7 @@ function clone_or_update_moonraker_obico() { } function moonraker_obico_install() { - "${MOONRAKER_OBICO_DIR}/install.sh" $@ + "${MOONRAKER_OBICO_DIR}/install.sh" "$@" } #===================================================#