gph-poll

a dynamic poll for geomyidae(8)
git clone git://src.adamsgaard.dk/gph-poll # fast
git clone https://src.adamsgaard.dk/gph-poll.git # slow
Log | Files | Refs | LICENSE Back to index

commit c83403471e0d54e6df7e5d7bbf85260f31fa06df
parent aa5c7ea58b105b98a0c47a56e78233314ae58c86
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Mar 2021 12:34:31 +0200

fix poll database filename

Diffstat:
Mindex.dcgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.dcgi b/index.dcgi @@ -5,7 +5,7 @@ arguments="$2" host="$3" port="$4" -polldb="cancellist.db" +polldb="poll.db" polldescription="description.txt" polldir="poll"