From c585238c2d77bd31f8a757dfc0e6bea546842b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 10 Apr 2023 20:57:54 +0200 Subject: [PATCH] Fix: the selected version printed when migrating server versions --- .msman/version.sh | 2 +- msman.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.msman/version.sh b/.msman/version.sh index 467429b..f1e0f93 100644 --- a/.msman/version.sh +++ b/.msman/version.sh @@ -1,3 +1,3 @@ #!/bin/bash -EXTRA_SCRIPTS_VERSION="v2.1.5" +EXTRA_SCRIPTS_VERSION="v2.1.6" diff --git a/msman.sh b/msman.sh index fe533fe..9f3eed6 100755 --- a/msman.sh +++ b/msman.sh @@ -8,7 +8,7 @@ set -e # 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 @@ -107,7 +107,7 @@ function ask_version_differs { echo echo 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 "This can cause many issues if you don't know what you are doing." echo