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

M #-: Fix debug string log location

This commit is contained in:
Tino Vázquez 2022-12-01 18:01:30 +01:00
parent 2663e833c7
commit 673e651639
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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