CC-2621 : Support upgrades from 1.7.0
This commit is contained in:
parent
c718f6950a
commit
2c947c643f
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ function CreateIniFiles($suffix)
|
|||
echo "Could not copy airtime.conf.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
if (!copy__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
if (!copy(__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
echo "Could not copy pypo.cfg.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
@ -127,7 +127,7 @@ function CreateIniFiles($suffix)
|
|||
echo "Could not copy airtime.conf.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
if (!copy__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
if (!copy(__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
echo "Could not copy pypo.cfg.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
@ -127,7 +127,7 @@ function CreateIniFiles($suffix)
|
|||
echo "Could not copy airtime.conf.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
if (!copy__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
if (!copy(__DIR__."/pypo.cfg.$suffix", CONF_FILE_PYPO)){
|
||||
echo "Could not copy pypo.cfg.$suffix to /etc/airtime/. Exiting.";
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue