[nextcloud-web] nextcloud: Force entrypoint to rsync the code



commit 3ee44bae8aee79cdb0aabb6a149c1c3c21c41efe
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 10:15:27 2020 +0100

    nextcloud: Force entrypoint to rsync the code

 nextcloud/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nextcloud/entrypoint.sh b/nextcloud/entrypoint.sh
index e460e2b..4ffb313 100755
--- a/nextcloud/entrypoint.sh
+++ b/nextcloud/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-/entrypoint.sh true
+NEXTCLOUD_UPDATE=1 /entrypoint.sh true
 
 php occ upgrade
 php occ db:add-missing-indices


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]