INI files never created on fresh install.

This commit is contained in:
Naomi 2011-04-18 17:15:51 -04:00
parent c0f9b31d7b
commit 425e90beb6
1 changed files with 4 additions and 0 deletions

View File

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