From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 30 Mar 2016 00:18:48 +0000 (+0200)
Subject: Use $GOPATH/bin/ as path for htwtxt executable.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/condition_descriptions?a=commitdiff_plain;h=b89aedf199fa7fd1be4a17e074266bd92760acbb;p=config

Use $GOPATH/bin/ as path for htwtxt executable.
---

diff --git a/bin/start_htwtxt.sh b/bin/start_htwtxt.sh
index 14b6a7e..f3543a3 100755
--- a/bin/start_htwtxt.sh
+++ b/bin/start_htwtxt.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-htwtxt \
+$GOPATH/bin/htwtxt \
     --contact 'see http://www.plomlompom.de/' \
     --mailport 587 \
     --mailserver smtp.gmail.com \