From 88aab383a3176ce114b6d256474aafac337499ad Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Thu, 4 Oct 2018 10:47:48 +0200 Subject: [PATCH] Update config location (#16) --- wallabag.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallabag.install b/wallabag.install index 3c068a1..041b287 100644 --- a/wallabag.install +++ b/wallabag.install @@ -3,7 +3,7 @@ post_install() { echo "" echo "==> Installed in : /usr/share/webapps/wallabag" echo "" - echo "==> Config is at /etc/webapps/wallabag/config/parameters.yml" + echo "==> Config is at /etc/webapps/wallabag/parameters.yml" echo "" echo -n "Change the configuration to fit to your current setup, and then " echo "init wallabag by launching:"