small changes in text

This commit is contained in:
Jordi Sanfeliu 2013-07-10 10:33:46 +02:00
parent 61a08c71cb
commit a23ffd2c08
1 changed files with 5 additions and 5 deletions

View File

@ -198,14 +198,14 @@ Content-Type: text/plain
FATAL: Monitorix is unable to continue! FATAL: Monitorix is unable to continue!
======================================= =======================================
File 'monitorix.conf.path' not found. File 'monitorix.conf.path' was not found.
Please make sure that 'base_dir' option is correctly configured and that Please make sure that 'base_dir' option is correctly configured and this
this CGI is located in the 'base_dir'/cgi/ directory. CGI (monitorix.cgi) is located in the 'base_dir'/cgi/ directory.
And don't forget to restart Monitorix for the changes to take effect. And don't forget to restart Monitorix for the changes to take effect!
EOF EOF
die "FATAL: File 'monitorix.conf.path' not found!"; die "FATAL: File 'monitorix.conf.path' was not found!";
} }
my $conf = new Config::General( my $conf = new Config::General(