diff --git a/lib/nextcloud.sh b/lib/nextcloud.sh index 4edaf55..8b4fe01 100644 --- a/lib/nextcloud.sh +++ b/lib/nextcloud.sh @@ -86,7 +86,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 <