Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-04-18 17:32:59 -04:00
commit 37c6ca2265

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;