mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
should be available with 27.1.0
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6685791427
commit
4a7ed52213
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ else
|
|||
fi
|
||||
|
||||
# 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 ! [ -d "/var/www/html/custom_apps/app_ecosystem_v2" ]; then
|
||||
php /var/www/html/occ app:install app_ecosystem_v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue