make docker-socket-proxy visible in AIO interface

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-10-02 15:05:56 +02:00
parent 88cae17035
commit c99f442c0c
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