NIHVIVO-46 Correct the exit mechanism and add a line of text.
This commit is contained in:
parent
8630c36532
commit
20ce5987f9
1 changed files with 4 additions and 2 deletions
|
@ -439,8 +439,10 @@ if File.expand_path($0) == File.expand_path(__FILE__)
|
||||||
l.report
|
l.report
|
||||||
|
|
||||||
if l.success?
|
if l.success?
|
||||||
return 0
|
puts "Licenser was successful."
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
return 1
|
puts "Licenser found problems."
|
||||||
|
exit 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue