Merge branch 'master' of dev.sourcefabric.org:airtime
This commit is contained in:
commit
37c6ca2265
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ else if (!isset($opts->p) && !isset($opts->o)) {
|
||||||
$overwrite = true;
|
$overwrite = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
echo "* Creating INI files".PHP_EOL;
|
||||||
|
AirtimeIni::CreateIniFiles();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if ($overwrite) {
|
if ($overwrite) {
|
||||||
echo "* Creating INI files".PHP_EOL;
|
echo "* Creating INI files".PHP_EOL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue