From 0c40a061e4925181101196d379137fb020924980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sat, 27 Oct 2012 12:59:28 +0200 Subject: [PATCH] fix paths in preeseed-config.php --- tests/preseed-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/preseed-config.php b/tests/preseed-config.php index fbf60ad2e28..7eadccbe769 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -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, )