fix(legacy): api migration config variable name (#1522)
This commit is contained in:
parent
5364911922
commit
f42d67d41d
|
@ -294,6 +294,6 @@ class DatabaseSetup extends Setup
|
|||
*/
|
||||
private function updateDjangoTables()
|
||||
{
|
||||
shell_exec('LIBRETIME_CONF_FILE=/etc/airtime/airtime.conf.temp libretime-api migrate');
|
||||
shell_exec('LIBRETIME_CONFIG_FILEPATH=/etc/airtime/airtime.conf.temp libretime-api migrate');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue