fix paths in preeseed-config.php

This commit is contained in:
Thomas Müller 2012-10-27 12:59:28 +02:00
parent 9317039e0c
commit 0c40a061e4
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ $CONFIG = array (
array (
0 =>
array (
'path' => '/home/thomas/Development/owncloud/core/apps',
'path' => OC::$SERVERROOT.'/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/home/thomas/Development/owncloud/core/apps2',
'path' => OC::$SERVERROOT.'/apps2',
'url' => '/apps2',
'writable' => false,
)