should be available with 27.1.0

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-24 15:38:50 +02:00
parent 6685791427
commit 4a7ed52213

View file

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