diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-20 18:08:56 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-20 18:08:56 +0100 |
commit | 2abe26db203c75798775a42eae2d7dc7ab9bf354 (patch) | |
tree | cf273c92e1fdc68fcca90409bad160b4d7fe27e6 /tools | |
parent | Added SSL cert warnings (diff) | |
download | smolbote-2abe26db203c75798775a42eae2d7dc7ab9bf354.tar.xz |
Bug fixes
.config/smolbote will now be created if missing
Connected profiles to download manager
Added missing license from WebPage
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/check_license.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/check_license.rb b/tools/check_license.rb index c519513..66cb0f1 100755 --- a/tools/check_license.rb +++ b/tools/check_license.rb @@ -15,4 +15,8 @@ file_names.each do |file_name| } end +if exit_code == 0 then + puts "All licenses okay" +end + exit exit_code |