From 651d5f8e90d9211ae6cbea917084d638cbbe9f2c Mon Sep 17 00:00:00 2001 From: Evilham Date: Sun, 30 Oct 2022 20:04:49 +0100 Subject: [PATCH] [dd-ctl] Fix previously introduced shellcheck issue Caught in CI and introduced when disabling the circles app. --- dd-ctl | 1 + 1 file changed, 1 insertion(+) diff --git a/dd-ctl b/dd-ctl index 16e4f4e..a70a4b7 100755 --- a/dd-ctl +++ b/dd-ctl @@ -312,6 +312,7 @@ setup_nextcloud(){ EOF done # Disable in Nextcloud + # shellcheck disable=SC2043 # We currently only force-disable one app for app in circles; do docker exec -i -u www-data dd-apps-nextcloud-app sh -s <<-EOF php occ --no-warnings app:disable "${app}" || true