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:
parent
9ab566b2d7
commit
1e0d87c147
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user