diff options
| author | 2021-02-05 22:21:31 +0100 | |
|---|---|---|
| committer | 2021-02-05 22:21:31 +0100 | |
| commit | d42b4c299c7400d728a7a6eeeabe6f0f4ac3f169 (patch) | |
| tree | 2eb872bac1bb82f1eb8bb3070ce00169cba31e81 /cli/export-sqlite-for-user.php | |
| parent | 934f032c19ba0ae16a4d19702c8e95c377f64c14 (diff) | |
Add requirements check in CLI (#3410)
* Add requirements check in CLI
#fix https://github.com/FreshRSS/FreshRSS/issues/1853
* More checks
#fix https://github.com/FreshRSS/FreshRSS/issues/1853
Diffstat (limited to 'cli/export-sqlite-for-user.php')
| -rwxr-xr-x | cli/export-sqlite-for-user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/export-sqlite-for-user.php b/cli/export-sqlite-for-user.php index 3f14b4e06..78c21ce1e 100755 --- a/cli/export-sqlite-for-user.php +++ b/cli/export-sqlite-for-user.php @@ -2,6 +2,8 @@ <?php require(__DIR__ . '/_cli.php'); +performRequirementCheck(FreshRSS_Context::$system_conf->db['type']); + $params = [ 'user:', 'filename:', |
