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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Dragon <odragon@protonmail.com>2022-07-25 10:44:22 +0300
committerGitHub <noreply@github.com>2022-07-25 10:44:22 +0300
commit731bfd6799ed2111a8b94e530bc1e19a6b05ea04 (patch)
tree0b8c1fdaeaf431acf1abfad9336d7c1264b6dd69
parent961c3862dfffbf3dfc001b73bda90414e09123fb (diff)
Actually curl the lib a second time (#2364)
Signed-off-by: Olivier Dragon <odragon@protonmail.com>
-rw-r--r--apps/collabora_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/collabora_docker.sh b/apps/collabora_docker.sh
index 23d87297..7e5e7654 100644
--- a/apps/collabora_docker.sh
+++ b/apps/collabora_docker.sh
@@ -57,7 +57,7 @@ NCDOMAIN=$(nextcloud_occ_no_check config:system:get overwrite.cli.url | sed 's|h
# Curl the library another time to get the correct https_conf
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh
+source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
# Get all needed variables from the library
nc_update