Fix displayed path in install.
install.pl will display a sample newsfeeds entry.
Adapt the path to the changes in
2ad99c20bc
.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
b3b170c357
commit
fd0717a15c
|
@ -22,8 +22,6 @@ use warnings;
|
||||||
|
|
||||||
use NewsStats qw(:DEFAULT);
|
use NewsStats qw(:DEFAULT);
|
||||||
|
|
||||||
use Cwd;
|
|
||||||
|
|
||||||
use DBI;
|
use DBI;
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
Getopt::Long::config ('bundling');
|
Getopt::Long::config ('bundling');
|
||||||
|
@ -37,10 +35,6 @@ GetOptions ('u|update=s' => \$OptUpdate,
|
||||||
'h|help' => \&ShowPOD,
|
'h|help' => \&ShowPOD,
|
||||||
'V|version' => \&ShowVersion) or exit 1;
|
'V|version' => \&ShowVersion) or exit 1;
|
||||||
|
|
||||||
### change working directory to .. (as we're in .../install)
|
|
||||||
chdir dirname($FullPath).'/..';
|
|
||||||
my $Path = cwd();
|
|
||||||
|
|
||||||
### read configuration
|
### read configuration
|
||||||
print("Reading configuration.\n");
|
print("Reading configuration.\n");
|
||||||
my %Conf = %{ReadConfig($OptConfFile)};
|
my %Conf = %{ReadConfig($OptConfFile)};
|
||||||
|
@ -109,7 +103,7 @@ Things left to do:
|
||||||
## gather statistics for NewsStats
|
## gather statistics for NewsStats
|
||||||
newsstats!\\
|
newsstats!\\
|
||||||
:!*,de.*\\
|
:!*,de.*\\
|
||||||
:Tc,WmtfbsPNH,Ac:$Path/feedlog.pl
|
:Tc,WmtfbsPNH,Ac:$HomePath/bin/feedlog.pl
|
||||||
|
|
||||||
Please
|
Please
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue