vm/static/test_connection.sh
szaimen f28af0807a
make all scripts much more readable (#1493)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-10-14 11:16:35 +02:00

17 lines
601 B
Bash

#!/bin/bash
# shellcheck disable=2034,2059
true
SCRIPT_NAME="Test Connection (old)"
# shellcheck source=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.
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