From 1d11afd7277ad0409cb95f13807a4acd4a5fbee8 Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 6 Jan 2016 21:45:08 +0100 Subject: [PATCH] fix for previous commit --- contrib/archlinux/ebusd.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/archlinux/ebusd.install b/contrib/archlinux/ebusd.install index 49abec4b..aa1cf3f8 100644 --- a/contrib/archlinux/ebusd.install +++ b/contrib/archlinux/ebusd.install @@ -3,7 +3,7 @@ post_install() { echo "1. Edit /etc/conf.d/ebusd if necessary" echo " (especially if your device is not /dev/ttyUSB0)" echo "2. Place CSV configuration files in /etc/ebusd/" - echo " (see https://github.com/john30/ebusd-configuration) + echo " (see https://github.com/john30/ebusd-configuration)" echo "3. To tart the daemon, enter 'systemctl start ebusd'" echo "4. Check the log file /var/log/ebusd.log" }