Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-01-19 07:32:04 +0300
committernachoparker <nacho@ownyourbits.com>2021-01-19 08:09:16 +0300
commit84ccf94af74d1023b2bc892bcaa24c2c068c6850 (patch)
tree8d92430f28505c1f59d4a4a7b0616a2c9a1194be /updates
parentafa39fb6e7da10abff8e482317b8dadb2923cd63 (diff)
docker: fix datadir pathv1.34.6
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'updates')
-rw-r--r--updates/1.37.0.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/updates/1.37.0.sh b/updates/1.37.0.sh
index f8271b49..c8874c3a 100644
--- a/updates/1.37.0.sh
+++ b/updates/1.37.0.sh
@@ -20,6 +20,8 @@ rm "${crontab_tmp}"
# docker images only
[[ -f /.docker-image ]] && {
+ # fix build bug on v1.32.0
+ sed -i 's|data-ro|data|' /data/nextcloud/config/config.php
:
}