CC-2621 : Support upgrades from 1.7.0

This commit is contained in:
Naomi Aro 2011-08-02 13:09:23 +02:00 committed by James
parent 4047fcd59e
commit 53e84a3874

View file

@ -62,7 +62,7 @@ function CreateIniFiles()
}
}
if (!copy("airtime.conf.180", CONF_FILE_AIRTIME)){
if (!copy(__DIR__."/airtime.conf.180", CONF_FILE_AIRTIME)){
echo "Could not copy airtime.conf to /etc/airtime/. Exiting.";
exit(1);
}