Skip to content

Commit b1b7981

Browse files
committed
Fix the setup process by adding config template
1 parent 720f88b commit b1b7981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ function getVersion($cmd)
116116
// Initialization
117117
// --------------
118118

119-
$templateFile = __DIR__ . '/application.config.template.php';
120-
$configFile = __DIR__ . '/application.config.php';
119+
$templateFile = __DIR__ . '/config/application.config.template.php';
120+
$configFile = __DIR__ . '/config/application.config.php';
121121
$sqlFile = __DIR__ . "/sql/mrp.sql";
122122

123123
if (!file_exists($templateFile)) {

0 commit comments

Comments
 (0)