tfix poll database filename - gph-poll - a dynamic poll for geomyidae(8)
 (HTM) git clone git://src.adamsgaard.dk/gph-poll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit c83403471e0d54e6df7e5d7bbf85260f31fa06df
 (DIR) parent aa5c7ea58b105b98a0c47a56e78233314ae58c86
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 30 Mar 2021 12:34:31 +0200
       
       fix poll database filename
       
       Diffstat:
         M index.dcgi                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/index.dcgi b/index.dcgi
       t@@ -5,7 +5,7 @@ arguments="$2"
        host="$3"
        port="$4"
        
       -polldb="cancellist.db"
       +polldb="poll.db"
        polldescription="description.txt"
        polldir="poll"