From c9dac2e7dce72d003c11c270625593452793f6a5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 May 2024 16:12:45 +0000 Subject: [PATCH] Updated nextcloud.sh to use 28.0.5 --- lib/nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nextcloud.sh b/lib/nextcloud.sh index b5a9a5a..beb1a18 100644 --- a/lib/nextcloud.sh +++ b/lib/nextcloud.sh @@ -87,7 +87,7 @@ docker exec postgresql psql -U postgres -c "CREATE USER nextcloud WITH PASSWORD docker exec postgresql psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud" &> /dev/null cat > /federated/apps/nextcloud/.env <