1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

M #-: remove onedb warning message (#4895)

This commit is contained in:
Alejandro Huertas Herrero 2020-06-08 10:29:49 +02:00 committed by GitHub
parent cf3742622e
commit f9c8148515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
ONE_LOCATION = ENV['ONE_LOCATION']
ONE_LOCATION = ENV['ONE_LOCATION'] unless defined?(ONE_LOCATION)
if !ONE_LOCATION
SQLITE_PATH = '/var/lib/one/one.db'