aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2007-07-18 16:19:12 +0000
committerrhatto <rhatto>2007-07-18 16:19:12 +0000
commitfc37f6269de6b7bf5cf3ec63dadf7ab38d67d372 (patch)
tree89428474d56911935393c1534525dac6bd54bf0e /firma
parent4fc8f3c1366e9c01ded79e978ff4da5e536d3194 (diff)
downloadfirma-fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372.tar.gz
firma-fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372.tar.bz2
another small fix on list creation
Diffstat (limited to 'firma')
-rwxr-xr-xfirma1
1 files changed, 1 insertions, 0 deletions
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