CC-2579: Upgrade fails from 1.8->1.9
- airtime.conf files for each version were added. - Custom CreateIniFiles() were added for 1.8.0 and 1.7.0 upgrade script - 1.9.0 upgraded deletes all files in /usr/lib/airtime/ except airtime_virtualenv.
This commit is contained in:
parent
e10c468aac
commit
d1494c1735
9 changed files with 165 additions and 5 deletions
|
@ -122,7 +122,7 @@ function CreateIniFiles()
|
|||
}
|
||||
}
|
||||
|
||||
if (!copy($AIRTIME_SRC."/build/airtime.conf", CONF_FILE_AIRTIME)){
|
||||
if (!copy($AIRTIME_SRC."/build/airtime.conf.181", CONF_FILE_AIRTIME)){
|
||||
echo "Could not copy airtime.conf to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue