From 2abe26db203c75798775a42eae2d7dc7ab9bf354 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 20 Dec 2017 18:08:56 +0100 Subject: Bug fixes .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage --- tools/check_license.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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 -- cgit v1.2.1