[dd-ctl] Fix previously introduced shellcheck issue
Caught in CI and introduced when disabling the circles app.develop
parent
071bcd827f
commit
651d5f8e90
1
dd-ctl
1
dd-ctl
|
@ -312,6 +312,7 @@ setup_nextcloud(){
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
# Disable in Nextcloud
|
# Disable in Nextcloud
|
||||||
|
# shellcheck disable=SC2043 # We currently only force-disable one app
|
||||||
for app in circles; do
|
for app in circles; do
|
||||||
docker exec -i -u www-data dd-apps-nextcloud-app sh -s <<-EOF
|
docker exec -i -u www-data dd-apps-nextcloud-app sh -s <<-EOF
|
||||||
php occ --no-warnings app:disable "${app}" || true
|
php occ --no-warnings app:disable "${app}" || true
|
||||||
|
|
Loading…
Reference in New Issue