install: create symbolic link first

This commit is contained in:
xiaomlove
2021-01-29 01:47:26 +08:00
parent 9f1d54be61
commit 7b66c600a4
5 changed files with 17 additions and 9 deletions
+1
View File
@@ -465,6 +465,7 @@ class Install
continue;
}
$this->doLog("[IMPORT DATA] $table, $sql");
sql_query("truncate table $table");
sql_query($sql);
}
return true;