mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
change message for backwards compatibility msg (#1395)
This commit is contained in:
parent
597188acfc
commit
6bfdd693bc
@ -4,7 +4,11 @@ true
|
||||
# shellcheck source=lib.sh
|
||||
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
|
||||
|
||||
# Backwards compatibility
|
||||
run script LETS_ENC activate-tls
|
||||
# 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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user