From b441ed40b4f8b9c48fa2d103d06e2680814eeb3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:17:08 +0200 Subject: [PATCH] Update 99-add_packages.sh --- nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh b/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh index 1aaf2dcd8..541ff83e1 100644 --- a/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh @@ -26,7 +26,7 @@ if bashio::config.has_value 'additional_apps'; then # shellcheck disable=SC2295 APP="${element#${BASH_REMATCH[1]}}" bashio::log.green "... $APP" - # shellcheck disable=SC2015 + # shellcheck disable=SC2015,SC2086 apk add --no-cache $APP || bashio::log.red "... not successful, please check $APP package name" fi done