CC-2806: Create upgrade template file
-missing function -comment out redundant code
This commit is contained in:
parent
421f543f99
commit
d93a9edcd2
4 changed files with 11 additions and 6 deletions
|
@ -116,6 +116,7 @@ $newVersion = AIRTIME_VERSION;
|
|||
$sql = "INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '$newVersion')";
|
||||
$CC_DBC->query($sql);
|
||||
|
||||
/*
|
||||
echo PHP_EOL."*** Updating Api Client ***".PHP_EOL;
|
||||
passthru("python $SCRIPTPATH/../../python_apps/api_clients/install/api_client_install.py");
|
||||
|
||||
|
@ -134,3 +135,4 @@ sleep(4);
|
|||
passthru("airtime-check-system");
|
||||
|
||||
echo "******************************* Update Complete *******************************".PHP_EOL;
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue