mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit 2c48d0185b85ac65c1dc990d2f4d84d61add792d)
This commit is contained in:
parent
66931b1623
commit
2bd844381d
@ -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