Fix: the selected version printed when migrating server versions
This commit is contained in:
parent
dd93be3a8e
commit
c585238c2d
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
EXTRA_SCRIPTS_VERSION="v2.1.5"
|
EXTRA_SCRIPTS_VERSION="v2.1.6"
|
||||||
|
4
msman.sh
4
msman.sh
@ -8,7 +8,7 @@ set -e
|
|||||||
# and acknowledge the original script and author. #
|
# and acknowledge the original script and author. #
|
||||||
#############################################################################################################
|
#############################################################################################################
|
||||||
|
|
||||||
CURRENT_SCRIPT_VERSION="v2.1.5"
|
CURRENT_SCRIPT_VERSION="v2.1.6"
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# You shouldn't need to change anything in this file
|
# You shouldn't need to change anything in this file
|
||||||
@ -107,7 +107,7 @@ function ask_version_differs {
|
|||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo "The current server version differs from the one you selected."
|
echo "The current server version differs from the one you selected."
|
||||||
echo "The server version is $current_version and the selected version is $select_version."
|
echo "The server version is $current_version and the selected version is $version."
|
||||||
echo "Do you want to update the server version?"
|
echo "Do you want to update the server version?"
|
||||||
echo "This can cause many issues if you don't know what you are doing."
|
echo "This can cause many issues if you don't know what you are doing."
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user