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

Fix log path for Sunstone in system wide installation

This commit is contained in:
Javi Fontan 2013-02-15 11:22:14 +01:00
parent 9ab566b2d7
commit 1e0d87c147

View File

@ -209,7 +209,7 @@ class SunstoneServer < CloudServer
return [404, nil]
else
if !ONE_LOCATION
vm_log_file = LOG_LOCATION + "/vms/#{id}.log"
vm_log_file = LOG_LOCATION + "/#{id}.log"
else
vm_log_file = LOG_LOCATION + "/vms/#{id}/vm.log"
end