mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
M #-: Fix debug string log location
This commit is contained in:
@ -27,7 +27,7 @@ module Command
|
||||
def self.container_cmd(name, cmd)
|
||||
return true if execute_rc_log(cmd)
|
||||
|
||||
STDERR.puts "Check container logs at /var/log/lxc/#{name}"
|
||||
STDERR.puts "Check container logs at /var/log/lxc/#{name}.log"
|
||||
false
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user