Merge pull request #3469 from nextcloud/enh/noid/show-dsp

make docker-socket-proxy visible in AIO interface
This commit is contained in:
Simon L 2023-10-04 22:27:01 +02:00 committed by GitHub
commit 6f80f6d70a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -734,7 +734,7 @@ else
fi
# Docker socket proxy
if version_greater "$installed_version" "27.1.0.0"; then
if version_greater "$installed_version" "27.1.2.0"; then
if [ "$DOCKER_SOCKET_PROXY_ENABLED" = 'yes' ]; then
if ! [ -d "/var/www/html/custom_apps/app_api" ]; then
php /var/www/html/occ app:install app_api