home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0618514
)
Use $GOPATH/bin/ as path for htwtxt executable.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 30 Mar 2016 00:18:48 +0000
(
02:18
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 30 Mar 2016 00:18:48 +0000
(
02:18
+0200)
bin/start_htwtxt.sh
patch
|
blob
|
history
diff --git
a/bin/start_htwtxt.sh
b/bin/start_htwtxt.sh
index 14b6a7ea2f361ee7ebbfccd0583edfc58539f3ea..f3543a387de987313c5fbff1cade424e050775a1 100755
(executable)
--- 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 \