CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty

This commit is contained in:
martin 2011-09-15 13:54:44 -04:00
parent a34a92f4ef
commit 9c724913f4
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function LoadConfig($CC_CONFIG) {
function movePhpFiles($CC_CONFIG){
$baseDir = $CC_CONFIG['baseFilesDir'];
echo "Copying Server files from $baseDir/airtime_mvc to /var/www";
exec("copy -R $baseDir/airtime_mvc/* /var/www");
exec("cp -R $baseDir/airtime_mvc/* /var/www");
}
// Backup the config files