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-09-01 21:19:06 +0300
committerGitHub <noreply@github.com>2020-09-01 21:19:06 +0300
commit6bfdd693bce8e591fa336e8e91a190e6a048453d (patch)
tree9afa3c2ff38e8e3c00d05191c1eaaa2c898d86cd /static/test_connection.sh
parent597188acfcb5b38171c25f187540cc5bc2eba3d2 (diff)
change message for backwards compatibility msg (#1395)
Diffstat (limited to 'static/test_connection.sh')
-rw-r--r--static/test_connection.sh15
1 files changed, 14 insertions, 1 deletions
diff --git a/static/test_connection.sh b/static/test_connection.sh
index b4f5fcdf..bb9992a9 100644
--- a/static/test_connection.sh
+++ b/static/test_connection.sh
@@ -1 +1,14 @@
-# just here for backwards compatibility
+#!/bin/bash
+# shellcheck disable=2034,2059
+true
+# shellcheck source=lib.sh
+. <(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.
+
+You see this message only to make it possible to run the first startup script, but as time goes, more and more will we incompatible.
+
+We urge you to download the latest version as soon as possible: https://github.com/nextcloud/vm/releases"
+
+exit