From fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 18 Jul 2007 16:19:12 +0000 Subject: another small fix on list creation --- firma | 1 + 1 file changed, 1 insertion(+) (limited to 'firma') diff --git a/firma b/firma index 0b3134e..62dc270 100755 --- 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 -- cgit v1.2.3