home · contact · privacy
Use $GOPATH/bin/ as path for htwtxt executable.
[config] / bin / start_htwtxt.sh
index 14b6a7ea2f361ee7ebbfccd0583edfc58539f3ea..f3543a387de987313c5fbff1cade424e050775a1 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-htwtxt \
+$GOPATH/bin/htwtxt \
     --contact 'see http://www.plomlompom.de/' \
     --mailport 587 \
     --mailserver smtp.gmail.com \