summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
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;