Skip to content

Commit c2ae7b8

Browse files
committed
use ./grailsw in runquoddy.sh instead of assuming grails is on the path
1 parent c695a4f commit c2ae7b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runquoddy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ rm /opt/fogcutter/quoddy/quoddy.log
44

55
# psql -U postgres -d quoddy -f sql/clean_rss.sql
66

7-
grails clean; grails -Dserver.port=8383 -Dquoddy.home=/opt/fogcutter/quoddy -Dspring.config.location=/opt/fogcutter/quoddy/ -Drebuild.indexes=false run-app $@
7+
./grailsw clean; ./grailsw -Dserver.port=8383 -Dquoddy.home=/opt/fogcutter/quoddy -Dspring.config.location=/opt/fogcutter/quoddy/ -Drebuild.indexes=false run-app $@
8+

0 commit comments

Comments
 (0)