shellcheck: fix SC2068

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2022-08-13 11:23:09 +02:00
parent 78cc8bbffb
commit 910c5867a6

View File

@@ -278,7 +278,7 @@ function clone_or_update_moonraker_obico() {
}
function moonraker_obico_install() {
"${MOONRAKER_OBICO_DIR}/install.sh" $@
"${MOONRAKER_OBICO_DIR}/install.sh" "$@"
}
#===================================================#