From 8a6bf129f31c1c97a9b066ed2af29d7ec50e932d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 31 Aug 2014 13:09:14 +0530 Subject: [PATCH] Fix file_root in installed plinth.config --- data/etc/plinth/plinth.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/etc/plinth/plinth.config b/data/etc/plinth/plinth.config index 95d443267..216a273f0 100644 --- a/data/etc/plinth/plinth.config +++ b/data/etc/plinth/plinth.config @@ -4,7 +4,7 @@ box_name = FreedomBox [Path] # directory locations -file_root = /usr/share/plinth/static +file_root = /usr/share/plinth data_dir = /var/lib/plinth log_dir = /var/log/plinth pid_dir = /var/run