Fix Upgrade Script

This commit is contained in:
Romain Neutron
2012-02-21 18:24:05 +01:00
parent 45c7e9cb8d
commit 7eaa468907

View File

@@ -53,8 +53,8 @@ class module_console_systemUpgrade extends Command
if ($continue == 'y')
{
$file = __DIR__ . "/../../config/config.sample.yml";
$file1 = __DIR__ . "/../../config/config.yml";
$file = __DIR__ . "/../../../../config/config.sample.yml";
$file1 = __DIR__ . "/../../../../config/config.yml";
if (!copy($file, $file1))
{