1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

fsck returns a hash of versions instead of string

This commit is contained in:
Javi Fontan 2017-07-18 10:45:35 +02:00
parent 9e5bb8b974
commit 6929cc3790

View File

@ -76,6 +76,7 @@ class OneDBBacKEnd
if !version
if self.respond_to?(:db_version)
version = db_version
version = version[:local_version] if Hash === version
else
version = LATEST_DB_VERSION
end