aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 18:08:56 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 18:08:56 +0100
commit2abe26db203c75798775a42eae2d7dc7ab9bf354 (patch)
treecf273c92e1fdc68fcca90409bad160b4d7fe27e6 /tools
parentAdded SSL cert warnings (diff)
downloadsmolbote-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-xtools/check_license.rb4
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