airtime ini files weren't being updated on clean install.

This commit is contained in:
Naomi 2011-04-18 17:50:04 -04:00
parent 425e90beb6
commit 52a84629da
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ else if (!isset($opts->p) && !isset($opts->o)) {
}
}
else {
echo "* Creating INI files".PHP_EOL;
AirtimeIni::CreateIniFiles();
$overwrite = true;
}
}
if ($overwrite) {
echo "* Creating INI files".PHP_EOL;
AirtimeIni::CreateIniFiles();