From 2fd9b0222165ea3390a475511f732565462aba40 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:57:46 +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 bf202dc1c..bfe319b63 100644 --- a/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh @@ -22,9 +22,9 @@ if bashio::config.has_value 'additional_apps'; then do # shellcheck disable=SC2295 APP="${element#${BASH_REMATCH[1]}}" + # shellcheck disable=SC2015 [[ $element =~ $re ]] && \ bashio::log.green "... $APP" && \ - # shellcheck disable=SC2015 apk add --no-cache "$APP" || bashio::log.red "... not successful, please check $APP package name" done fi