Skip to content

Commit d3a5d8a

Browse files
committed
config file path fix
1 parent c71e4df commit d3a5d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/conf/phinx-adapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
include_once '/usr/share/php/EaseFluentPDO/Orm.php';
3232
include_once '/usr/share/php/EaseFluentPDO/Engine.php';
3333

34-
if (file_exists('/etc/multiflexi/multiflexi.env')) {
35-
\Ease\Shared::instanced()->loadConfig('/etc/multiflexi/multiflexi.env', true);
34+
if (file_exists('/etc/cnb-cache/cnb-cache.env')) {
35+
\Ease\Shared::instanced()->loadConfig('/etc/cnb-cache/cnb-cache.env', true);
3636
}
3737

3838
$prefix = "/usr/lib/multiflexi/db/";

0 commit comments

Comments
 (0)