diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:25:22 -0700 |
|---|---|---|
| committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:25:22 -0700 |
| commit | 11155128178ff3d8ea803a70dd7749e594b247a9 (patch) | |
| tree | 23bbc8abfa3c9a51b48b3d670e59332a10a9d8f3 /html/fruitvote/start.sh | |
| parent | f2bf6e326bb0a5c3363b1fe3891a841dec644948 (diff) | |
| download | tilde.club-11155128178ff3d8ea803a70dd7749e594b247a9.tar.gz tilde.club-11155128178ff3d8ea803a70dd7749e594b247a9.zip | |
remove bad database flag, bad curl options, and add sigint listener
Diffstat (limited to 'html/fruitvote/start.sh')
| -rwxr-xr-x | html/fruitvote/start.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
