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:
parent
9e5bb8b974
commit
6929cc3790
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user