mirror of
https://github.com/itflow-org/itflow
synced 2026-03-15 02:04:50 +00:00
Merge pull request #1138 from itflow-org/cron-scripts-move
db.sql also needs to be called from the parent directory
This commit is contained in:
@@ -245,7 +245,7 @@ include "config.php";
|
|||||||
|
|
||||||
// Import DB Schema
|
// Import DB Schema
|
||||||
echo "Importing database schema...\n";
|
echo "Importing database schema...\n";
|
||||||
$filename = 'db.sql';
|
$filename = '../db.sql';
|
||||||
if (!file_exists($filename)) {
|
if (!file_exists($filename)) {
|
||||||
die("db.sql file not found.\n");
|
die("db.sql file not found.\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user