mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
parent
fa536dc4fa
commit
2c48d0185b
@ -100,7 +100,8 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
|
||||
if File.file?(o)
|
||||
options[:file] = o
|
||||
else
|
||||
exit - 1
|
||||
STDERR.puts "File `#{options[:file]}` doesn't exist"
|
||||
exit(-1)
|
||||
end
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user