Skip to content

Commit

Permalink
Fix regression in example start script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Neumann committed Dec 17, 2014
1 parent c9052fb commit 4f7ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

# Might help: killall -r monsti-
PATH=$PATH:~/dev/monsti/go/bin:~/projekte/monsti-events/go/bin monsti-daemon config
PATH=$PATH:../go/bin monsti-daemon config

0 comments on commit 4f7ce83

Please sign in to comment.