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:
authorDaniel Hansson <github@hanssonit.se>2020-10-04 11:50:36 +0300
committerGitHub <noreply@github.com>2020-10-04 11:50:36 +0300
commit1f232350153bf7e0f422a0e7d844f28ee822fb30 (patch)
tree9ecbb8c85efd0f7c6d690bfe397398efb568dd48
parentfe5e86f92ddc978f80a7c6bb39e4c53549cc1361 (diff)
old test_connection doesn't have fetch_lib
-rw-r--r--static/test_connection.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/test_connection.sh b/static/test_connection.sh
index 4f0bdaee..4d508af3 100644
--- a/static/test_connection.sh
+++ b/static/test_connection.sh
@@ -3,7 +3,7 @@
true
SCRIPT_NAME="Test Connection (old)"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
# This is needed since we removed this from the startup script, or changed name so it can't be downloaded anymore
msg_box "You are running an outdated release.