X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=install%2Finstall.pl;h=1ef21fb990d45ac9300bb708de69c50e2668d83c;hp=a5860d4d120918605e4fc0c527fc36c99218e884;hb=dfc2b81c37c38c2b7bcc8afeead0ec927845b90f;hpb=2ad99c20bcc297362aeccabb1c51e20c4bd4b533 diff --git a/install/install.pl b/install/install.pl index a5860d4..1ef21fb 100755 --- a/install/install.pl +++ b/install/install.pl @@ -3,12 +3,12 @@ # install.pl # # This script will create database tables as necessary. -# +# # It is part of the NewsStats package. # # Copyright (c) 2010-2013 Thomas Hochstein # -# It can be redistributed and/or modified under the same terms under +# It can be redistributed and/or modified under the same terms under # which Perl itself is published. BEGIN { @@ -185,7 +185,7 @@ if (!$OptUpdate) { &CreateTable($Table); }; print "Database table generation done.\n"; - + # Display install instructions print $Install; } else {