From b89aedf199fa7fd1be4a17e074266bd92760acbb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 30 Mar 2016 02:18:48 +0200 Subject: [PATCH] Use $GOPATH/bin/ as path for htwtxt executable. --- bin/start_htwtxt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2