CC-2621 : Support upgrades from 1.7.0
This commit is contained in:
parent
2baeaff1a9
commit
634bb9bcd5
|
@ -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…
Reference in New Issue