This commit is contained in:
Michael RICOIS 2011-12-13 16:18:19 +00:00
parent d1efc2ceff
commit 2e82098972

View File

@ -47,8 +47,8 @@ function changePermission(){
require_once realpath(dirname(__FILE__)).'/config.php';
if (!file_exists(realpath(dirname(__FILE__)).'/../html/data'))
passthru('ln -s '.DOC_WEB_LOCAL.' '.realpath(dirname(__FILE__)).'/../html/data');
if (!file_exists(realpath(dirname(__FILE__).'/../html/data')))
passthru('ln -vs '.DOC_WEB_LOCAL.' '.realpath(dirname(__FILE__).'/../html/data'));
}
function writeConfig()