From 11155128178ff3d8ea803a70dd7749e594b247a9 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sun, 10 Mar 2024 01:25:22 -0700 Subject: remove bad database flag, bad curl options, and add sigint listener --- html/fruitvote/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/fruitvote/start.sh') diff --git a/html/fruitvote/start.sh b/html/fruitvote/start.sh index 3c274a8..dd3036b 100755 --- a/html/fruitvote/start.sh +++ b/html/fruitvote/start.sh @@ -3,5 +3,5 @@ nice -n 19 /home/simponic/fruitvote/fruitvote \ --users simponic,nginx \ --socket-path /home/simponic/fruitvote/http.sock \ - --database /home/simponic/fruitvote/db.sqlite \ - & + & +# --database /home/simponic/fruitvote/db.sqlite \ -- cgit v1.3