diff options
author | rhatto <rhatto> | 2007-07-18 16:19:12 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2007-07-18 16:19:12 +0000 |
commit | fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372 (patch) | |
tree | 89428474d56911935393c1534525dac6bd54bf0e | |
parent | 4fc8f3c1366e9c01ded79e978ff4da5e536d3194 (diff) | |
download | firma-fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372.tar.gz firma-fc37f6269de6b7bf5cf3ec63dadf7ab38d67d372.tar.bz2 |
another small fix on list creation
-rwxr-xr-x | firma | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |