Fix syntax error in an upgrade script
This commit is contained in:
parent
e4792fe9d9
commit
a7b8d94599
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ start_step "Moving preload files";
|
|||
|
||||
my $webgui_root = realpath( catdir( dirname( $INC{'WebGUI/Upgrade/Script.pm'} ), (updir) x 3 ) );
|
||||
|
||||
config->set('maintenancePage', catfile( $webgui_root, 'www', 'maintenance.html' );
|
||||
config->set('maintenancePage', catfile( $webgui_root, 'www', 'maintenance.html' ));
|
||||
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue