Browse Source

added Config->reinstall to bash_install_check

Piotr Labudda 10 years ago
parent
commit
3fc9013331
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SE/bash_install_check.php

+ 1 - 0
SE/bash_install_check.php

@@ -45,6 +45,7 @@ else {
 
 // TODO: check install
 Lib::loadClass('Router');
+Router::getRoute('Config')->reinstall();
 $cronTaskName = 'checkInstall';
 $keyToken = 'bach_install_check';
 $token = Router::getRoute('Cron')->generateCliAuthToken($keyToken, $cronTaskName, 300 * 10);