From d2c89c8235a0ad51d5ae17a450fe5b4a3b4420a0 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 5 Sep 2012 17:05:31 +0000 Subject: use canonical path to schedbot uploads --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.php') diff --git a/conf.php b/conf.php index 71482fd..b8fd708 100644 --- a/conf.php +++ b/conf.php @@ -19,7 +19,7 @@ */ /** Full system path where packages are uploaded. */ -$upload_dir = '/home/schedbot/uploads'; +$upload_dir = '/var/lib/schedbot/uploads'; /** How long a history should we keep, in days. */ $max_modified = 2; -- cgit v1.2.1