[Rt-commit] r11724 - rt/branches/3.8-TESTING/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Apr 14 12:20:30 EDT 2008
Author: sunnavy
Date: Mon Apr 14 12:20:29 2008
New Revision: 11724
Modified:
rt/branches/3.8-TESTING/html/Install/index.html
Log:
name tmp config file as SiteConfig, or RT::Config::SiteFromConfig will refuse to Set something
Modified: rt/branches/3.8-TESTING/html/Install/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Install/index.html (original)
+++ rt/branches/3.8-TESTING/html/Install/index.html Mon Apr 14 12:20:29 2008
@@ -370,12 +370,12 @@
if ( $ARGS{'DatabaseCreate'} ) { {
warn($dump_config->(%config));
{
- open my $fh, '>', '/tmp/site-config';
+ open my $fh, '>', '/tmp/SiteConfig';
print $fh $dump_config->(%config);
close $fh;
}
- RT->Config->LoadConfig( File => '/tmp/site-config' );
+ RT->Config->LoadConfig( File => '/tmp/SiteConfig' );
require RT::Handle;
my ($dba_user, $dba_pass) = @config{'DatabaseAdmin', 'DatabaseAdminPassword'};
More information about the Rt-commit
mailing list