diff options
Diffstat (limited to 'cli/do-install.php')
| -rwxr-xr-x | cli/do-install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/do-install.php b/cli/do-install.php index 37db85575..4ebba0469 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -1,6 +1,6 @@ #!/usr/bin/php <?php -require('_cli.php'); +require(__DIR__ . '/_cli.php'); if (!file_exists(DATA_PATH . '/do-install.txt')) { fail('FreshRSS looks to be already installed! Please use `./cli/reconfigure.php` instead.'); |
