aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rwxr-xr-xcli/do-install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/do-install.php b/cli/do-install.php
index 71b01a4cc..6535cc2e6 100755
--- a/cli/do-install.php
+++ b/cli/do-install.php
@@ -109,6 +109,10 @@ echo '• Remember to create the default user: ', $config['default_user'] , "\n"
accessRights();
+if (!setupMigrations()) {
+ fail('FreshRSS access right problem while creating migrations version file!');
+}
+
if (!deleteInstall()) {
fail('FreshRSS access right problem while deleting install file!');
}