chore(install_server.sh): minor code fix

rm a redundant assign
This commit is contained in:
Haruue Icymoon 2022-11-28 02:39:19 +08:00
parent 2e6cb1c838
commit 249af28506
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148

View file

@ -719,7 +719,6 @@ get_latest_version() {
_latest_version=${_latest_version%'"'}
if [[ -n "$_latest_version" ]]; then
VERSION="$_latest_version"
echo "$_latest_version"
fi