[dd-ctl] Fix previously introduced shellcheck issue

Caught in CI and introduced when disabling the circles app.
develop
Evilham 2022-10-30 20:04:49 +01:00
parent 071bcd827f
commit 651d5f8e90
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 1 additions and 0 deletions

1
dd-ctl
View File

@ -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