]> gitweb.fluxo.info Git - firma.git/commitdiff
another small fix on list creation
authorrhatto <rhatto>
Wed, 18 Jul 2007 16:19:12 +0000 (16:19 +0000)
committerrhatto <rhatto>
Wed, 18 Jul 2007 16:19:12 +0000 (16:19 +0000)
firma

diff --git a/firma b/firma
index 0b3134ecaa4bbcee74ea3bdf88668560c93ed835..62dc2703cf796187dbef5815b6a80d276fc8b0a1 100755 (executable)
--- a/firma
+++ b/firma
@@ -1083,6 +1083,7 @@ EOF
                   answer="$(echo $answer | tr '[:lower:]' '[:upper:]')"
                   if [[ -z "$answer" || "$answer" == "Y" || "$answer" == "YES" ]]; then
                     SourceListConfig
+                    CheckListConfigFile
                     SendListPubkey $LIST_ADMIN
                     break
                   elif [[ "$answer" == "N" || "$answer" == "NO" ]]; then