Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:campcaster into cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation
Conflicts: install/airtime-install.php
This commit is contained in:
commit
e3429ad2b1
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ if(isset($version) && $version != false && $version == AIRTIME_VERSION && !isset
|
|||
if(isset($version) && $version != false && $version < AIRTIME_VERSION) {
|
||||
|
||||
echo "Airtime version $version found.".PHP_EOL;
|
||||
|
||||
$command = "php airtime-upgrade.php";
|
||||
system($command);
|
||||
exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue